AckdbFileMetadata

File metadata (summary view for list endpoints).

Properties

idstring

ULID

entityIdstring
eventIdstring (nullable)
sourcestring
fileNamestring
fileTypestring

MIME type

fileSizeBytesinteger
sourceFileIdstring (nullable)
sourceUrlstring (nullable)
metadataobject
descriptionstring (nullable)

AI-generated description (after processing)

processedboolean

Whether the file has been processed for embeddings

createdAtstring <date-time>

Example

AckdbFileMetadata example
{
  "id": "string",
  "entityId": "string",
  "eventId": "string",
  "source": "slack",
  "fileName": "q4-proposal.pdf",
  "fileType": "application/pdf",
  "fileSizeBytes": 2048576,
  "sourceFileId": "string",
  "sourceUrl": "string",
  "metadata": {},
  "description": "string",
  "processed": false,
  "createdAt": "1970-01-01T00:00:00.000Z"
}