Get details of a specific document.
Returns document metadata, storage information, and the latest extraction job status.
Returns: DocumentDetailResponse with document details and latest job info.
Raises: HTTPException 404: Document not found
Documentation Index
Fetch the complete documentation index at: https://docs.docintell.com/llms.txt
Use this file to discover all available pages before exploring further.
API Key authentication. Format: dk_test_ or dk_live_
Document ID
Document details with latest job info
Response for document detail (GET /v1/documents/{id}).
Unique identifier for the document
GCS path to the document in Cold Vault
Document creation timestamp (ISO 8601)
Total number of extraction jobs for this document
Document file size in bytes
Number of pages in the document
Most recent extraction job details
{
"created_at": "2025-11-27T10:30:00Z",
"document_id": "6789def0-abcd-4567-ef01-23456789abcd",
"job_id": "550e8400-e29b-41d4-a716-446655440000",
"processing_completed_at": "2025-11-27T10:30:45Z",
"processing_time_seconds": 45.2,
"status": "completed"
}