Queue APIs
Get Queues
Gets all queues in a project.
GET
/
{workspaceId}
/
projects
/
{projectName}
/
queues
Authorizations
x-api-key
string
headerrequiredAPI Key used to authenticate your requests. How to create one.
Path Parameters
workspaceId
string
requiredYour workspace ID. How to find it?
projectName
string
requiredYour project name. It is the name you provide when creating a project.
Response
200 - application/json
authSession
object | null
Auth session configurations
configuration
object | null
requiredThe configuration of the queue. Configure retries, rate limits, execution schedules and waits between items.
id
string
The queue ID. Has to be a valid URL slug.
metadata
object | null
Additional metadata to associate with the queue. It does not affect the behavior of the queue.
name
string
The queue name.
sink
object | null
Webhook sink configuration