Features
How To
API Reference
- Authentication
- Messages
- Topics
- Schedules
- Signing Keys
- Events
- Dead Letter Queues
- v1 (Deprecated)
- QStash v1 (deprecated)
- Endpoints
- Events
- Keys
- Messages
- Schedules
- Tasks
- Topics
- GETGet Quota
Migrating
Recipes
Integrations
List Schedules
This endpoint returns a list of all schedules.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
The raw http request body encoded in base64.
The HTTP headers sent to your API.
Unix timestamp with millisecond precision when the schedule was created.
The cron expression.
Destination of the schedule. The destination can either be a URL or a topic. Check the type
field first to determine which one it is.
The id of the endpoint.
The id of the topic this endpoint subscribes to.
The url where all requests will be sent to.
A user given name must only contain alphanumeric, hyphen, underscore and periods.
Id for this topic
Determines the type of the destination, either topic or url. Depending on this field, either the topic or url field will be set.
The url of the destination. Only set if type
is url
.
The unique id of the schedule
The time at which message should be delivered at the latest
The delay in seconds before the message is delivered.
The time before which the message should not be delivered.
The number of retries that should be attempted in case of delivery failure.
The delay in seconds before the message is delivered..
Was this page helpful?