GET
/
parse
/
jobs
/
{job_id}
/
results
curl --request GET \
  --url https://api.contextual.ai/v1/parse/jobs/{job_id}/results \
  --header 'Authorization: Bearer <token>'
{
  "status": "pending",
  "parsed_markdown": "<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 results reponse object.

status
enum<string>
required

The current status of the parse job

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

The parsed, structured Markdown of raw_file