GET
/
jobs
/
{resource}
/
history
Get a job's run history
curl --request GET \
  --url https://{FUSION HOST}/api/jobs/{resource}/history
[
  {
    "resource": {
      "type": "APPKIT_APP",
      "id": "<string>",
      "uri": "<string>",
      "canonicalName": "<string>"
    },
    "runId": "<string>",
    "startTime": "2023-11-07T05:31:56Z",
    "endTime": "2023-11-07T05:31:56Z",
    "status": "<string>",
    "error": {},
    "extra": {},
    "startedBy": "<string>"
  }
]

Path Parameters

resource
string
required

The job ID.

Query Parameters

limit
integer
default:100

Return first N history items.

Response

200 - */*

successful operation

The response is of type object[].