Extraction
Get extraction by ID
Retrieves extraction data by ID, including fields, tables, and document information.
Usage Notes
- This endpoint returns extraction data including all fields
- For tables, it includes up to 100 rows per table (the default pagination limit)
- For tables with more than 100 rows, use the pagination information from each table and the Get Extraction Table Rows endpoint to retrieve additional rows
Request
The ID of the extraction to retrieve.
Response
The unique identifier for the extraction.
The ID of the workspace this extraction belongs to.
The ID of the template used for extraction.
The name of the template used for extraction.
The name of the uploaded file.
The size of the uploaded file in bytes.
Information about the file type.
The current status of the extraction (e.g., “processing”, “completed”, “failed”).
History of status changes for this extraction.
Error message if the extraction failed.
Additional metadata associated with the extraction.
Unix timestamp when the extraction was created.
Unix timestamp when the extraction was last updated.
The extracted data.
Statistics about the extraction data.
The template used at the time of extraction.
Error Responses
Error message describing what went wrong.