Get Job Results
Get the results of a completed extraction job.
Documentation Index
Fetch the complete documentation index at: https://docs.contextual.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Successful Response
Response model for job results.
The results field contains extracted data conforming to the provided JSON Schema. When per_key_attribution is enabled in ExtractConfig, primitive fields in results will be wrapped with AttributionInfo structures containing the extracted_value along with reasoning, confidence, and page location metadata.
Unique ID of the extraction job
Current status of the job
pending, processing, retrying, completed, failed, cancelled Extracted results conforming to the provided JSON Schema. When per_key_attribution is enabled, primitive values are wrapped with AttributionInfo containing extracted_value, reasoning, confidence, and location fields.
Metadata about the extraction process. May include has_attributions boolean flag indicating if attribution data is present in results.
Configuration used for the extraction job (model, temperature, etc.)