Schedules
Get Schedule
Retrieves a schedule by id.
GET
/
v2
/
schedules
/
{scheduleId}
Request
scheduleId
string
requiredThe id of the schedule to retrieve.
Response
createdAt
int
requiredThe creation time of the object. UnixMilli
scheduleId
string
requiredThe id of the schedule.
cron
string
requiredThe cron expression used to schedule the message.
callerIP
string
requiredIP address where this schedule created from.
destination
string
requiredUrl or URL Group name
method
string
requiredThe HTTP method to use for the message.
header
Record<string, string[]>
requiredThe headers of the message.
body
string
requiredThe body of the message.
retries
int
The number of retries that should be attempted in case of delivery failure.
delay
int
The delay in seconds before the message is delivered.
callback
string
The url where we send a callback to after the message is delivered
Was this page helpful?