Job Histories REST Endpoints

Jobs/Job Histories
Retrieve a job history by ID or retrieve all existing job histories. A job history is created after a job begins and contains information such as start-time, job type, ID, status, and so on. After the job completes, the history is updated with the job end time, status, and failure reason, if any. This REST API is SCIM compliant.
Get Job Status Info
Method: get
Path: /job/v1/JobHistories/{id}
HTTP Options
Method: options
Path: /job/v1/JobHistories
Search Job Status Info
Method: get
Path: /job/v1/JobHistories
Search Job Status Info Using POST
Method: post
Path: /job/v1/JobHistories/.search