Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

History Resource

Lauren Padia edited this page Mar 22, 2017 · 3 revisions

User Guide | Web Service API


Web API History Endpoints

Get the job history for a specific job.

Endpoint Method Description
/history/job/{jobId} GET Job history for the given job ID
/history/{id} GET Job history for the given job history ID

Job History

Returns the job history for the given job ID

Resource URL
/history/job/{jobId}

Available Version
2.0

HTTP Method
GET

Query Parameters

Name Type Description
limit biginteger
status jobstatus

Job ID History

Returns the job history for the given job history ID.

Resource URL
/history/{id}

Available Version
2.0

HTTP Method
GET

Path Parameter

Name Type Description
id biginteger