GET
/
parse
/
jobs
/
{job_id}
/
status
curl --request GET \
  --url https://api.contextual.ai/v1/parse/jobs/{job_id}/status \
  --header 'Authorization: Bearer <token>'
{
  "status": "pending"
}

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

Unique ID of the parse job

Response

200
application/json
Successful Response

/parse status reponse object.

status
enum<string>
required

The current status of the parse job

Available options:
pending,
processing,
retrying,
completed,
failed,
cancelled