Skip to main content
GET
Get Job Status

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

job_id
string
required

Response

Successful Response

Response model for job status.

Returns basic job status and progress.

job_id
string
required

Unique ID of the extraction job

status
enum<string>
required

Current status of the job

Available options:
pending,
processing,
retrying,
completed,
failed,
cancelled
created_at
string
required

Timestamp when the job was created

progress
ProgressInfo · object
required

Progress information

current_activity
string
required

Current activity being performed

schema_id
string
required

ID of the schema used for the extraction

document_id
string
required

ID of the document used for the extraction

config
ExtractConfig · object | null

Configuration used for the extraction job (model, temperature, etc.)