Skip to main content
GET
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

string
required
The ID of the extraction to retrieve.

Response

string
The unique identifier for the extraction.
string
The ID of the workspace this extraction belongs to.
string
The ID of the template used for extraction.
string
The name of the template used for extraction.
string
The name of the uploaded file.
integer
The size of the uploaded file in bytes.
object
Information about the file type.
string
The current status of the extraction (e.g., “processing”, “completed”, “failed”).
array
History of status changes for this extraction.
string
Error message if the extraction failed.
object
Additional metadata associated with the extraction.
integer
Unix timestamp when the extraction was created.
integer
Unix timestamp when the extraction was last updated.
object
The extracted data.
object
Statistics about the extraction data.
object
The template used at the time of extraction.

Error Responses

string
Error message describing what went wrong.