---
title: "List Query Annotations"
method: GET
path: "/1/query_annotations/{datasetSlug}"
tags: ["Query Annotations"]
---

# List Query Annotations

`GET /1/query_annotations/{datasetSlug}`

List all Query Annotations in the specified dataset.

## Query parameters

- `include_board_annotations` boolean

## Response `200`

Success

- QueryAnnotation[]
  - `name` string, required — A name for the Query.
  - `description` string — A description of the Query.
  - `query_id` string, required — The ID of the Query that the annotation describes. **Note**: Once created, it is NOT possible to change the query ID associated with an annotation. It is possible to have multiple annotations associated with a Query.
  - `id` string — The unique identifier (ID) of a Query Annotation.
  - `created_at` string, date-time — ISO8601 formatted time when the Query Annotation was created.
  - `updated_at` string, date-time — ISO8601 formatted time when the Query Annotation was updated.
  - `source` 'query' | 'board' — The source of the Query Annotation.

## Other responses

- `404` — Not Found
- `429` — Rate Limit Exceeded
- `default` — Error

---

[API](https://skmtc.net/honeycomb/apis/honeycomb-api.md) · [All operations](https://skmtc.net/honeycomb/apis/honeycomb-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/honeycomb/honeycomb-api/revisions/117619fac2a5/schema)
