GET
/
v1
/
schedules
/
{scheduleId}

Request

scheduleId
string
required

The unique id of the schedule.

Response

content
Content
required
createdAt
int

Unix timestamp with millisecond precision when the schedule was created.

cron
string
required

The cron expression.

destination
Destination
required

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.

scheduleId
string
required

The unique id of the schedule

settings
Settings