List jobs

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

X-Disable-Hooks"true"Required

Query parameters

environmentIdstringOptional
When provided, only jobs for the given environment will be returned
spaceIdstringOptional
When provided, only jobs for the given space will be returned
workbookIdstringOptional
When provided, only jobs for the given workbook will be returned
fileIdstringOptional
When provided, only jobs for the given file will be returned
parentIdstringOptional
When provided, only jobs that are parts of the given job will be returned
pageSizeintegerOptional

Number of jobs to return in a page (default 20)

pageNumberintegerOptional
Based on pageSize, which page of jobs to return
sortDirectionenumOptional

Sort direction - asc (ascending) or desc (descending)

Allowed values:
excludeChildJobsbooleanOptional

When true, only top-level jobs will be returned unless a parentId is specified

Response

This endpoint returns an object.
datalist of objects
paginationobjectOptional
pagination info