Skip to main content
GET
Get document extraction status

Authorizations

Authorization
string
header
required

API Key authentication. Format: dk_test_ or dk_live_

Path Parameters

document_id
string<uuid>
required

UUID of the document

Response

Current extraction status with timestamps and processing details

Response for job status queries (GET /v1/documents/{job_id}).

job_id
string<uuid>
required

Unique identifier for the ingestion job

status
enum<string>
required

Current job status

Available options:
pending,
processing,
completed,
failed
vault_uri
string
required

GCS path to the document in Cold Vault

created_at
string<date-time>
required

Job creation timestamp (ISO 8601)

processing_started_at
string<date-time> | null

Processing start timestamp (ISO 8601, null if not started)

processing_completed_at
string<date-time> | null

Processing completion timestamp (ISO 8601, null if not completed)

processing_time_seconds
number | null

Total processing duration in seconds (null if not completed)

page_count
integer | null

Number of pages in the document (null if not processed)

error_message
string | null

Error details (only present if status is 'failed')