Get Extraction
Retrieve an extraction.
Returns the extraction identified by extraction_id, including its source
file, schema, output, and consensus details. Responds with 404 if no
matching extraction exists.
Authorizations
Path Parameters
Query Parameters
When false, returns a cheap status-only projection (no output), served from cache for in-flight background runs.
Response
Successful Response
A stored extraction record from the Retab API.
Unique identifier of the extraction
Information about the extracted file
Model used for the extraction
JSON schema used for the extraction
The extracted structured data
Number of consensus votes used
DPI used to render document images
Free-form instructions supplied with the extraction request.
Lifecycle status. The synchronous path returns 'completed'. Background runs progress pending -> queued -> in_progress -> completed | failed | cancelled.
pending, queued, in_progress, completed, failed, cancelled Error details when a background run fails; null otherwise. Always present so consumers can read it without an existence check.
Consensus metadata for multi-vote extraction runs
Usage information for the extraction