List jobs
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
X-Disable-Hooks
Query parameters
environmentId
When provided, only jobs for the given environment will be returned
spaceId
When provided, only jobs for the given space will be returned
workbookId
When provided, only jobs for the given workbook will be returned
fileId
When provided, only jobs for the given file will be returned
parentId
When provided, only jobs that are parts of the given job will be returned
pageSize
Number of jobs to return in a page (default 20)
pageNumber
Based on pageSize, which page of jobs to return
sortDirection
Sort direction - asc (ascending) or desc (descending)
Allowed values:
excludeChildJobs
When true, only top-level jobs will be returned unless a parentId is specified
Response
This endpoint returns an object.
data
pagination
pagination info