Skip to main content
GET
/
extract
/
jobs
/
{job_id}
Get Job Status
curl --request GET \
  --url https://api.contextual.ai/v1/extract/jobs/{job_id} \
  --header 'Authorization: Bearer <token>'
{
  "job_id": "<string>",
  "status": "<string>",
  "created_at": "<string>",
  "progress": {},
  "current_activity": "<string>"
}

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.

job_id
string
required

Unique ID of the extraction job

status
string
required

Current status of the job

created_at
string
required

Timestamp when the job was created

progress
object
required

Progress information

current_activity
string
required

Current activity being performed