Returns jobs in descending order with pagination based on jobType, status, projectId, triggeredBy, jobsHistoryInDays
OK
Bad request
Not Found
Internal Server Error
Export project to SBOM Insights operation will be added to queue. To get status of Export to SBOM Insights use jobs/{jobId} API
Accepted
Bad Request
Unauthorized
Not Found
Internal Server Error
Service Unavailable
Returns Job details for a given JobId which is obtained from /jobs/all
OK
Bad request
Not Found
Internal Server Error
{- "id": 0,
- "jobType": "Project Branching",
- "project": {
- "id": 0,
- "name": "string"
}, - "server": {
- "id": 0,
- "aliasName": "string"
}, - "status": "NEW",
- "triggeredBy": {
- "id": 0,
- "user": "string"
}, - "queuedOn": "2017-10-24 13:04:26.0",
- "activatedOn": "2017-10-24 13:04:26.0",
- "completedOn": "2017-10-24 13:04:26.0",
- "jobDetails": "string",
- "error": "string"
}