Skip to main content
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_id to filter extractions by a specific template
  • For full extraction data including fields and tables, use the Get Extraction endpoint

Request

string
Filter extractions by a specific template ID.
integer
default:"100"
Maximum number of extractions to return. Maximum value is 1000.
integer
default:"0"
Number of extractions to skip for pagination.

Response

array
Array of extraction summary objects.
integer
Total number of extractions matching the query.
integer
The limit applied to this request.
integer
The offset applied to this request.