AckdbFileMetadataDetail

Full file metadata including extracted text and content chunk link.

Properties

idstring
entityIdstring
eventIdstring (nullable)
sourcestring
fileNamestring
fileTypestring
fileSizeBytesinteger
sourceFileIdstring (nullable)
sourceUrlstring (nullable)
metadataobject
descriptionstring (nullable)
extractedTextstring (nullable)

Text extracted from the file (PDFs, docs)

contentChunkIdstring (nullable)

ID of the entity_content embedding chunk

processedboolean
processedAtstring <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"
}