Get job history by jobId
Get job history by jobId. It returns the log of job actions such as running steps, managing job attachments and properties.
Query parameters
Name | Type | Required |
---|---|---|
|
|
Path parameters
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
|
Examples
Request
# You can also use wget
curl -X GET /{orgId}/{itemId}/jobs/{jobId}/history \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {access-token}'
Response
200 Response
{
"jobHistory": [
{
"date": "2019-08-24T14:15:22Z",
"jobId": "string",
"stepId": "string",
"username": "string",
"action": "Activated",
"result": "string",
"startDate": "2019-08-24T14:15:22Z",
"endDate": "2019-08-24T14:15:22Z",
"durationSeconds": 0
}
]
}
Status | Meaning | Description | Schema |
---|---|---|---|
| List of job histories | Inline | |
| error |
Response details
Status Code 200
JobHistoryRecords
Name | Type | Required |
---|---|---|
| ||
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
Enumerated Values
action
Activated
Deactivated
Started
Paused
Finished
Completed
Error
Cancelled
Reassigned
Upgraded
Updated
Created
Deleted
Closed
Added
DependencyAdded
Held
HoldReleased
Reopened
Reactivated