Schedules
Get Schedule
Retrieves a schedule by id.
GET
Request
string
required
The id of the schedule to retrieve.
Response
int
required
The creation time of the object. UnixMilli
string
required
The id of the schedule.
string
required
The cron expression used to schedule the message.
string
required
IP address where this schedule created from.
string
required
Url or topic name
string
required
The HTTP method to use for the message.
Record<string, string[]>
required
The headers of the message.
string
required
The body of the message.
int
The number of retries that should be attempted in case of delivery failure.
int
The delay in seconds before the message is delivered.
string
The url where we send a callback to after the message is delivered