GET
/
{workspaceId}
/
projects
/
{projectName}
/
queues

Authorizations

x-api-key
string
headerrequired

API Key used to authenticate your requests. How to create one.

Path Parameters

workspaceId
string
required

Your workspace ID. How to find it?

projectName
string
required

Your project name. It is the name you provide when creating a project.

Response

200 - application/json
id
string

The queue ID. Has to be a valid URL slug.

name
string

The queue name.

configuration
object | null
required

The configuration of the queue. Configure retries, rate limits, execution schedules and waits between items.

sink
object | null

Webhook sink configuration

authSession
object | null

Auth session configurations

metadata
object | null

Additional metadata to associate with the queue. It does not affect the behavior of the queue.