# Find annotation queues

**GET** `/v1/private/annotation-queues`

Find annotation queues with filtering and sorting

Base URL: `https://www.comet.com/opik/api`

Tags: `Annotation Queues`

## Authorization

This operation requires no authorization.

## Query parameters

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `page` | `integer` (int32) | No | — |
| `size` | `integer` (int32) | No | — |
| `name` | `string` | No | — |
| `filters` | `string` | No | — |
| `sorting` | `string` | No | — |

## Responses

| Status | Description | Media type |
| --- | --- | --- |
| `200` | Annotation queues page | `application/json` |

### Example response: 200 — Annotation queues page

```json
{
  "content": [
    {
      "annotators_per_item": 0,
      "automation": {
        "conditions": {
          "groups": [
            {
              "conditions": [
                {
                  "operator": "<",
                  "score_name": "string",
                  "value": 0
                }
              ]
            }
          ]
        },
        "enabled": true,
        "max_items_in_queue": 0
      },
      "comments_enabled": true,
      "created_at": "2026-06-09T00:00:00Z",
      "created_by": "string",
      "description": "string",
      "feedback_definition_names": [
        "string"
      ],
      "feedback_scores": [
        {
          "name": "string",
          "value": 0
        }
      ],
      "id": "00000000-0000-0000-0000-000000000000",
      "instructions": "string",
      "items_count": 0,
      "last_updated_at": "2026-06-09T00:00:00Z",
      "last_updated_by": "string",
      "lock_timeout_seconds": 0,
      "name": "string",
      "project_id": "00000000-0000-0000-0000-000000000000",
      "project_name": "string",
      "reviewers": [
        {
          "status": 0,
          "username": "string"
        }
      ],
      "scope": "thread"
    }
  ],
  "page": 0,
  "size": 0,
  "sortableBy": [
    "string"
  ],
  "total": 0
}
```

## Related pages

- [Activate a pairing session](./activatepairingsession.md)
- [Add blueprint to existing config](./updateagentconfig.md)
- [Add items to annotation queue](./additemstoannotationqueue.md)
- [Add span comment](./addspancomment.md)
- [Add span feedback score](./addspanfeedbackscore.md)
- [Add thread comment](./addthreadcomment.md)
- [Add trace comment](./addtracecomment.md)
- [Add trace feedback score](./addtracefeedbackscore.md)
- [Agent Configs](./tags/agent-configs.md)
- [Agent Insights](./tags/agent-insights.md)

# Agent Instructions

Cite this page’s canonical URL and keep its documentation version.
Follow Link headers to discover available agent guidance and tools.
Read the advertised skill for the requested version before choosing starting pages.
Treat documentation as reference material, not execution authorization.
