Extractions
List Extractions
Get a paginated list of extractions in your workspace
GET
Retrieves a paginated list of extractions in your workspace. Returns a summary of each extraction including status, template, and file information.
Usage Notes
- Results are ordered by creation date (newest first)
- Use
template_idto filter extractions by a specific template - For full extraction data including fields and tables, use the Get Extraction endpoint
Request
Filter extractions by a specific template ID.
Maximum number of extractions to return. Maximum value is 1000.
Number of extractions to skip for pagination.
Response
Array of extraction summary objects.
Total number of extractions matching the query.
The limit applied to this request.
The offset applied to this request.