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

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 results.

job_id
string
required

Unique ID of the extraction job

status
string
required

Current status of the job

results
object
required

Extracted results conforming to the provided JSON Schema

metadata
object
required

Metadata about the extraction process