Queue APIs
Get Queues
Gets all queues in a project.
GET
/
{workspaceId}
/
projects
/
{projectName}
/
queues
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.
Response
200 - application/json
The queue ID. Has to be a valid URL slug.
The queue name.
The configuration of the queue. Configure retries, rate limits, execution schedules and waits between items.
Webhook sink configuration
Auth session configurations
Additional metadata to associate with the queue. It does not affect the behavior of the queue.