Returns metadata for a single document by its content ID (the document id returned by List documents). Use this to check status, file_name, connector_id, tags, and timestamps. To retrieve the actual file content, use Get annotated document (structured JSON) or Get original document (original file format).
Your API key. Include it in every request as the X-API-KEY header. Create and manage keys in the Developer Platform.
Content ID of the document: a 32-character uppercase hexadecimal string (MD5-based identifier).
"E0618D0E9D3A960C1731A620EDE56B5C"
Document metadata (id, file_name, status, connector_id, tags, etc.). Use Get annotated document or Get original document with this id to download content.
Metadata for a single document. Returned by List documents and Get document. Use the id (content_id) with Get annotated document or Get original document to retrieve the file content.
Content ID: unique 32-character uppercase hexadecimal identifier for the document. Use this when calling Get document, Get annotated document, or Get original document.
"E0618D0E9D3A960C1731A620EDE56B5C"
Original file name of the uploaded document.
"Weekly summary report.eml"
ID of the user who uploaded the document.
"user_id_001"
ID of the organization the document belongs to.
"org_id_001"
Processing status of the document.
pending, processing, completed, failed Timestamp when the document was created.
"2026-02-03T08:43:02.729356Z"
Timestamp when the document was last updated.
"2026-02-03T08:43:02.729359Z"
ID of the collection the document belongs to. This is applicable only for emails and attachments.
"2CBDC7DA8AE42A8A078DECC3C9FCADFB"
Size of the raw document in bytes.
18974
Origin of the content ingestion request (e.g., 'email').
MIME type of the document.
"message/rfc822"
List of organization IDs the document is shared with.
["org_id_001"]ID of the connector used to upload the document.
"019a9612-bfad-758c-884e-37dd8c6ad2cb"
Error code if the document processing failed.
null
Timestamp when document deletion started, if applicable.
null
Additional metadata about the file.
null
Tags associated with the document.