Skip to main content
GET
/
v1
/
queues
List annotation queues
curl --request GET \
  --url https://api.dp1.us.honeyhive.ai/v1/queues \
  --header 'Authorization: Bearer <token>'
{
  "queues": [
    {
      "name": "<string>",
      "description": "<string>",
      "filters": {
        "filterArray": [
          {
            "field": "<string>",
            "operator": "exists",
            "value": "<string>",
            "type": "string"
          }
        ]
      },
      "enabled": true,
      "id": "<string>",
      "scope_id": "<string>",
      "scope_type": "system",
      "is_active": true,
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.honeyhive.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

enabled
boolean

Filter by enabled status

Response

200 - application/json

Queues retrieved successfully

queues
object[]
required