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
authSession
object | null

Auth session configurations

configuration
object | null
required

The 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