Returns schedule history list.

GET {{baseUrl}}/scheduledRuns?limit=25&scheduleId=ocid...&sortBy=timeCreated&sortOrder=ASC

Returns the schedule history list.

Request Params

KeyDatatypeRequiredDescription
pagestringThe page token representing the page at which to start retrieving results.
This is usually retrieved from a previous list call.
limitnumberThe maximum number of items to return.
scheduleIdstring(Required) The schedule unique ID.
sortBystringThe field to sort by. If not specified, the default is timeCreated.
sortOrderstringThe sort order to use, whether 'asc' or 'desc'.

HEADERS

KeyDatatypeRequiredDescription
opc-request-idstringUnique Oracle-assigned identifier for the request. If you need to contact Oracle about a
particular request, please provide the request ID.
Acceptstring

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"}]}