AckdbFileMetadata
File metadata (summary view for list endpoints).
Properties
idstringULID
entityIdstringeventIdstring (nullable)sourcestringfileNamestringfileTypestringMIME type
fileSizeBytesintegersourceFileIdstring (nullable)sourceUrlstring (nullable)metadataobjectdescriptionstring (nullable)AI-generated description (after processing)
processedbooleanWhether 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"
}