Skip to main content
GET
Get job details

Authorizations

Authorization
string
header
required

API Key authentication. Format: dk_test_ or dk_live_

Path Parameters

job_id
string<uuid>
required

UUID of the extraction job

Response

Detailed information about the extraction job

Response for job detail (GET /v1/jobs/{id}).

Note: Webhooks are configured separately via POST /v1/webhooks.

job_id
string<uuid>
required

Unique identifier for the extraction job

document_id
string<uuid>
required

Document this job belongs to

status
enum<string>
required

Current job status

Available options:
pending,
processing,
completed,
failed
created_at
string<date-time>
required

Job creation timestamp (ISO 8601)

document_type
string | null

Classified document type

classification_reasoning
string | null

Why this document type was chosen

processing_started_at
string<date-time> | null

When extraction processing began (ISO 8601)

processing_completed_at
string<date-time> | null

When extraction completed (ISO 8601)

processing_time_seconds
number | null

Total processing duration in seconds

error_message
string | null

Error details if status is 'failed'