Schedules
Get schedule log
Gets the schedule log as a JSON array containing information about up to a 1000 invocations of the schedule.
get/v2/schedules/{scheduleId}/log
Path parameters
scheduleIdstring required
Example:asdLZtadYvn4mBZmm
Schedule ID.
Response
Example response
{
"data": [
{
"message": "Schedule invoked",
"level": "INFO",
"createdAt": "2019-03-26T12:28:00.370Z"
}
]
}