---
title: "GET /sources/{id}/annotations/"
method: GET
path: "/sources/{id}/annotations/"
tags: ["sources", "annotations"]
---

# GET /sources/{id}/annotations/

`GET /sources/{id}/annotations/`

Retrieve a list of user-defined annotations.

## Path parameters

- `id` string, required

## Query parameters

- `since` string, required
- `until` string
- `tag` string

## Response `200`

List of annotations

- AnnotationsResponse
  - `queries` Annotation[]
    - `id` string — ID of the annotation
    - `startTime` string — RFC3339 datetime for the start of the annotation
    - `endTime` string — RFC3339 datetime for the end of the annotation
    - `text` string — A user-facing description of the annotation
    - `color` string — Annotation color
    - `tags` object — A set of user-defined tags associated with the annotation
    - `links` object
      - `self` string, url — Self link mapping to this resource

## Other responses

- `422` — Source ID not supplied
- `default` — Unexpected internal server error

---

[API](https://skmtc.net/influxdata/apis/chronograf.md) · [All operations](https://skmtc.net/influxdata/apis/chronograf/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/influxdata/chronograf/versions/ce55d963b4ac/schema)
