Retrieve detailed information for a single file by its ID. Only files that the authenticated user is authorized to access will be returned. Returns 404 if the file does not exist or the user does not have access.
Query Parameters:
The response includes comprehensive document details including:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
A unique integer value identifying this Document.
When true, include the full text content of the document in the response (default: false). Recommended to only enable when needed as content can be large.
Detailed file information
Filename of the document
Workspace the document belongs to
Document summaries (all languages)
File extension of the document
Total number of pages
List of tags associated with the document
Upload session UUID associated with this document
TLSH hash for duplicate detection.
Size of the file in bytes. Only present if file is available.
255pending - Pendingparsing - Parsingparsing_failed - Parsing Failedembedding - Embeddingembedding_failed - Embedding Failedembedded - Embeddedfail - Failupdating - Updatingpending, parsing, parsing_failed, embedding, embedding_failed, embedded, fail, updating pending - Pendingprocessing - Processingembedded - Embeddedfail - Fail- - Not availablepending, processing, embedded, fail, - Full text content of the document. Only included when include_content=true query parameter is provided.
Detailed error information. Only present when document processing has failed.
Parser/ingestion pipeline used for document processing (e.g., 'v2.1', 'v3.0').