Returns jobs in descending order with pagination based on jobType, status, projectId, triggeredBy, jobsHistoryInDays
OK
Bad request
Not Found
Internal Server Error
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"
}, - "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"
}