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