Skip to main content
GET
Get document details

Authorizations

Authorization
string
header
required

API Key authentication. Format: dk_test_ or dk_live_

Path Parameters

document_id
string<uuid>
required

Document ID

Response

Document details with latest job info

Response for document detail (GET /v1/documents/{id}).

document_id
string<uuid>
required

Unique identifier for the document

vault_uri
string
required

GCS path to the document in Cold Vault

created_at
string<date-time>
required

Document creation timestamp (ISO 8601)

total_jobs
integer
required

Total number of extraction jobs for this document

file_size_bytes
integer | null

Document file size in bytes

page_count
integer | null

Number of pages in the document

latest_job
JobListItem · object | null

Most recent extraction job details

Example: