Queue APIs
Get Queue
Gets a queue in a project by ID.
GET
/
{workspaceId}
/
projects
/
{projectName}
/
queues
/
{queueId}
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.
queueId
string
requiredYour queue ID. It is the ID of the queue you provided when creating it.
Response
200 - application/json
configuration
object | null
requiredThe configuration of the queue. Configure retries, rate limits, execution schedules and waits between items.
authSession
object | null
Auth session configurations
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