Get Jobs for a project
Jobs
Get Jobs for a project
Retrieve all Jobs that belong to a project. Required permissions: ViewJobs. Note: This is a beta endpoint with known limitations.
GET
Get Jobs for a project
Authorizations
Query Parameters
Id of project to retrieve Jobs for
Number of jobs from the start to skip. Defaults to 0.
Total number of Jobs to retrieve. Defaults to 10.
Field to sort Jobs by. Defaults to "number".
Available options:
number, title, command, startedTime, duration, status, user, commentCount, dominoStatsField Field in domino stats to sort by. Only used if sortBy = dominoStatsField.
Whether to sort ascending or descending. Defaults to to False.
Whether to include archived Jobs in results. Defaults to false.
Status of Jobs to fetch. Defaults to "all".
Available options:
all, queued, running, completed, archived, active Tag to filter by. Must match tag name exactly.