Schedules
List Schedules
List all your schedules
GET
/
v2
/
schedules
Response
array
Object[]
createdAt
int
requiredThe creation time of the object. UnixMilli
id
string
requiredThe id of the schedule.
cron
string
requiredThe cron expression used to schedule the message.
destination
string
requiredUrl or URL Group (topic) 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?