---
title: "GET /api/v1/data/panel_annotations"
method: GET
path: "/api/v1/data/panel_annotations"
tags: ["DataV1"]
---

# GET /api/v1/data/panel_annotations

`GET /api/v1/data/panel_annotations`

## Query parameters

- `type` 'DASHBOARD'
- `happened_after` string, date-time
- `happened_before` string, date-time
- `target_references` string[]
- `labels[string]` string
- `page.max_size` integer
- `page.token` string

## Response `200`

A successful response.

- Datav1ListPanelAnnotationsResponse
  - `page` Configv1PageResult
    - `next_token` string — An opaque page token that identifies the next page of items that the client should request. An empty value indicates that there are no more items to return.
  - `panel_annotations` Datav1PanelAnnotationResponse[]
    - `created_by` string — Display name of the creator of this annotation.
    - `id` string — Unique identifier of the panel annotation.
    - `labels` object — Map of user-supplied key:value pairs associated with the annotation. The following maximums apply: - Number of labels per annotation: `50` - Key character length: `200` - Value character length: `500`
    - `starts_at` string, date-time — The start of the time period being annotated.
    - `target_reference` string — The `slug` of the resource being annotated.
    - `title` string — A short description explaining the annotation. Max length, 100 characters.
    - `type` 'DASHBOARD'

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.dev/chronosphere/apis/data-v1-api.md) · [All operations](https://skmtc.dev/chronosphere/apis/data-v1-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chronosphere/data-v1-api/revisions/ee91fd539ced/schema)
