Queue APIs
Get Queue
Gets a queue in a project by ID.
GET
Authorizations
API Key used to authenticate your requests. How to create one.
Path Parameters
Your workspace ID. How to find it?
Your project name. It is the name you provide when creating a project.
Your queue ID. It is the ID of the queue you provided when creating it.
Response
200
application/json
The configuration of the queue. Configure retries, rate limits, execution schedules and waits between items.
The queue ID. Has to be a valid URL slug.
The queue name.
Webhook sink configuration
Auth session configurations
Additional metadata to associate with the queue. It does not affect the behavior of the queue.