Retrieve the final results for a completed job.
API key for authentication.
Unique job identifier returned from the /catchAll/submit endpoint.
Page number to retrieve.
x >= 1Number of records per page.
1 <= x <= 1000Results retrieved successfully
Job identifier.
Job status.
"job_completed"
Original natural language query.
"Tech company earnings this quarter."
Context provided with the query.
"Focus on revenue and profit margins."
List of validation criteria applied to filter results.
[
"is_current_quarter",
"contains_financial_data"
]List of extracted field names generated by the enrichment process.
These field names appear in the enrichment object of each record.
[
"company_name",
"quarter_identifier",
"revenue",
"revenue_change",
"profit_margin"
]Total time taken to process the job.
"15m"
Number of candidate records before validation.
3200
Number of validated records extracted.
156
The current page number.
The total number of pages available.
The number of records per page.
Array of extracted records with structured data and citations.