GET
/
jobs
/
{resource}
/
history
[
  {
    "resource": "<string>",
    "runId": "<string>",
    "startTime": "2023-11-07T05:31:56Z",
    "endTime": "2023-11-07T05:31:56Z",
    "status": "<string>",
    "extra": {},
    "result": {},
    "startedBy": "<string>"
  }
]

Path Parameters

resource
string
required

The job ID

Query Parameters

limit
integer
default:100

Return first N history items

context
string

Response

200 - */*

OK

The response is of type object[].