Request
The id of the schedule to retrieve.
Response
The id of the schedule.
The cron expression used to schedule the message.
The creation time of the object. UnixMilli
Url or URL Group name
The HTTP method to use for the message.
The headers of the message.
The body of the message.
The base64 encoded 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
The url where we send a callback to after the message delivery fails
IP address where this schedule was created from.
Whether the schedule is paused or not.
The flow control key for rate limiting.
The maximum number of parallel executions.
The rate limit for this schedule.
The time interval during which the specified rate of requests can be activated using the same flow control key. In seconds.
The retry delay expression for this schedule, if retry_delay was set when creating the schedule.
The label assigned to the schedule for filtering purposes.
The timestamp of the last scheduled execution.
The timestamp of the next scheduled execution.
The states of the last scheduled messages. Maps message id to state (IN_PROGRESS, SUCCESS, FAIL).
The IP address of the caller who created the schedule.