---
title: "Queue Details"
method: GET
path: "/annotation_queues/{queue_id}/details"
tags: ["annotation_queue"]
---

# Queue Details

`GET /annotation_queues/{queue_id}/details`

## Path parameters

- `queue_id` string, uuid4, required

## Response `200`

Successful Response

- AnnotationQueueDetailsResponse
  - `num_logs_fully_annotated` integer — Count of queue logs that have a rating for every queue template from each annotation-capable collaborator with track_progress enabled.
  - `annotation_aggregates` object, nullable — Queue-wide aggregates keyed by annotation template UUID. Null when the caller cannot view queue-wide aggregates.
  - `annotation_aggregates_by_annotator` object, nullable — Per-user aggregates keyed by annotation-capable collaborator UUID, then annotation template UUID. Null when the caller cannot view all per-user aggregates for the queue.
  - `overall_annotation_agreement` AnnotationAgreementAggregate
    - `buckets` AnnotationAgreementBucket[], required
      - `min_inclusive` number, required
      - `max_exclusive` number, nullable, required
      - `count` integer, required
    - `average_agreement` number, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/galileo/apis/galileo-api-server.md) · [All operations](https://skmtc.net/galileo/apis/galileo-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/galileo/galileo-api-server/versions/933e8c8e6366/schema)
