Schedules
Get Schedule
This endpoint returns the schedule with the specified ID.
GET
/
v1
/
schedules
/
{scheduleId}
Request
The unique id of the schedule.
Response
Unix timestamp with millisecond precision when the schedule was created.
The cron expression.
Destination of the schedule. The destination can either be a URL or a topic. Check the type
field first to determine which one it is.
The unique id of the schedule
Was this page helpful?