Get jobs
Returns a list of jobs associated with the specified company, including job ID, job type, timestamp information, and results.
It returns a maximum of 500 jobs at a time to manage response size.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter jobs by data plane ID.
Filter jobs where the input has a dataset_id (such as materalized-view)
Number of records to skip (page_number * per_page).
Order the results by a specific field. By default, job are order by created_at in descending order.
created_at_asc, created_at_desc, updated_at_asc, updated_at_desc Number of records to return. Defaults to 500, which is also the maximum; larger values are rejected with a 400.
x <= 500Filter jobs by state. Repeat the parameter to match any of several states.
cancelled, completed, failed, pending, pending_cancellation, running Filter jobs by tag. Repeat the parameter to filter by multiple tags (e.g. ?tag=workflow_enqueued&tag=workflow_id=<uuid>);
a job matches if it carries any of the supplied tags.
Filter jobs by type. Repeat the parameter to match any of several types.
Response
OK
A paginated list of jobs.
The number of requested page.
1
Total amount of accessible Access Rules
15000
Total amount of pages.
10
The number of previous page (if exists). Also can refer to the latest existing page if non-existing page was requested.
1
The number of next page (if exists).
42

