---
title: "List annotations"
method: GET
path: "/analytics/v1/annotations"
tags: ["Annotations"]
---

# List annotations

`GET /analytics/v1/annotations`

Returns a list of annotations that your account has access to.
Annotations are listed in reverse chronological order by default.

## Query parameters

- `maxResults` string
- `pageToken` string
- `filter` string
- `sortBy` 'id' | 'content' | 'timestamp' | 'timeCreated' | 'timeModified'
- `sortOrder` 'asc' | 'desc'

## Response `200`

OK - The request succeeded.

- object
  - `pageToken` string — Page token, returned by a previous call, to request the next page of results
  - `rowCount` integer — Total number of annotations in the result set
  - `annotations` AnnotationListItem[]
    - `id` string, required — The unique identifier of the annotation.
    - `content` string, required — The content of the annotation.
    - `timestamp` string, date-time, required — The date associated with the annotation.
    - `reports` string[] — List of report IDs associated with the annotation.
    - `labels` LabelInfo[] — List of labels associated with the annotation.
      - `id` string, required — The unique identifier of the label.
      - `name` string, required — The name of the label.
    - `createTime` string, date-time — The creation time of the annotation.
    - `updateTime` string, date-time — The time when the annotation was last updated.

## Other responses

- `400` — Bad Request - The server cannot process the request, often due to a malformed request.
- `401` — Unauthorized - Invalid API key.
- `403` — Forbidden - The client is not authorized to perform the request.
- `404` — Not Found - The requested resource does not exist.

---

[API](https://skmtc.dev/doit/apis/doit-cloud-intelligence.md) · [All operations](https://skmtc.dev/doit/apis/doit-cloud-intelligence/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/doit/doit-cloud-intelligence/revisions/9416402fc119/schema)
