List all extract jobs with optional filtering
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Maximum number of extract jobs to return
x <= 100
Number of extract jobs to skip
Filter extract jobs by status
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
A list of extract jobs
The response is of type object
.
List all extract jobs with optional filtering
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Maximum number of extract jobs to return
x <= 100
Number of extract jobs to skip
Filter extract jobs by status
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
A list of extract jobs
The response is of type object
.