Returns schedule history list.
GET {{baseUrl}}/scheduledRuns?limit=25&scheduleId=ocid...&sortBy=timeCreated&sortOrder=ASC
Returns the schedule history list.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page | string | The page token representing the page at which to start retrieving results. | |
This is usually retrieved from a previous list call. | |||
limit | number | The maximum number of items to return. | |
scheduleId | string | (Required) The schedule unique ID. | |
sortBy | string | The field to sort by. If not specified, the default is timeCreated. | |
sortOrder | string | The sort order to use, whether 'asc' or 'desc'. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
opc-request-id | string | Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a | |
particular request, please provide the request ID. | |||
Accept | string |
RESPONSES
status: OK
{"items":[{"id":"quis","lifecycleDetails":"nostrud exercitation","lifecycleState":"dolor enim magna ut incididunt","scheduleId":"culpa sed","timeCreated":"2022-04-16T19:06:26.050Z","timeFinished":"1965-10-11T22:45:38.498Z"},{"id":"nostrud laborum","lifecycleDetails":"quis","lifecycleState":"in laborum amet ea minim","scheduleId":"deserunt tempor","timeCreated":"2014-01-11T04:46:31.947Z","timeFinished":"1982-04-07T21:08:09.522Z"}]}