Skip to main content
GET
/
v1
/
queue
/
{id}
/
attributes
Queue attributes
curl --request GET \
  --url https://api.usenaive.ai/v1/queue/{id}/attributes \
  --header 'Authorization: Bearer <token>'
{
  "approximate_messages": 123,
  "approximate_in_flight": 123,
  "approximate_delayed": 123
}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Path Parameters

id
string
required

Response

OK.

approximate_messages
number
approximate_in_flight
number
approximate_delayed
number