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