AckdbFileMetadataDetail
Full file metadata including extracted text and content chunk link.
Properties
idstringentityIdstringeventIdstring (nullable)sourcestringfileNamestringfileTypestringfileSizeBytesintegersourceFileIdstring (nullable)sourceUrlstring (nullable)metadataobjectdescriptionstring (nullable)extractedTextstring (nullable)Text extracted from the file (PDFs, docs)
contentChunkIdstring (nullable)ID of the entity_content embedding chunk
processedbooleanprocessedAtstring <date-time> (nullable)createdAtstring <date-time>Example
AckdbFileMetadataDetail example
{
"id": "string",
"entityId": "string",
"eventId": "string",
"source": "string",
"fileName": "string",
"fileType": "string",
"fileSizeBytes": 0,
"sourceFileId": "string",
"sourceUrl": "string",
"metadata": {},
"description": "string",
"extractedText": "string",
"contentChunkId": "string",
"processed": false,
"processedAt": "1970-01-01T00:00:00.000Z",
"createdAt": "1970-01-01T00:00:00.000Z"
}