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": "completed",
  "file_name": "<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

Unique ID of the parse job

Response

200
application/json

Successful Response

/parse status reponse object.