List jobs for a job agent
Returns the jobs assigned to a job agent, optionally filtered by status.
get/v1/workspaces/{workspaceId}/job-agents/{jobAgentId}/jobs
Path parameters
workspaceIdstring required
ID of the workspace
jobAgentIdstring required
ID of the job agent
Query parameters
status'cancelled' | 'skipped' | 'inProgress' | 'actionRequired' | 'pending' | 'failure' | 'invalidJobAgent' | 'invalidIntegration' | 'externalRunNotFound' | 'successful' | 'queued'
Filter jobs by status
includeDispatchContextboolean
Include the dispatch context on each job. It can be large, so it is omitted by default.
limitinteger
Maximum number of items to return
offsetinteger
Number of items to skip
Response
Paginated list of items
Changes
Changed in 3 of the 50 revisions of this API.12
- ○
added the optional property
///to the response with the statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 27 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲