Extraction
List Extraction Jobs
List all extract jobs with optional filtering
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Maximum number of extract jobs to return
Required range:
x <= 100
Number of extract jobs to skip
Filter extract jobs by status
Available options:
pending
, processing
, completed
, failed
, not_applicable
Filter extract jobs created before a specific date (YYYY-MM-DD format), in UTC timezone
Filter extract jobs created after a specific date (YYYY-MM-DD format), in UTC timezone
Filter extract jobs by the input URL used for extraction
Response
200
application/json
A list of extract jobs
The response is of type object
.