---
title: "List Annotations"
method: GET
path: "/projects/{projectId}/annotations"
tags: ["Retrieve Annotations"]
---

# List Annotations

`GET /projects/{projectId}/annotations`

List all annotations in a project.

## Query parameters

- `fromDate` string
- `toDate` string

## Response `200`

Success

- ListAnnotationsResponse — A JSON response object containing all annotations in the project'
  - `status` string, required — The status of the response
  - `results` AnnotationsEntry[], required
    - `date` string — A string representation of a date in "YYYY-MM-DD HH:mm:ss" format
    - `description` string — The text that will be shown when looking at the annotation
    - `id` number
    - `user` UserInfo — Info about the creator of the annotation
      - `id` number
      - `first_name` string
      - `last_name` string
    - `tags` SimpleTag[]
      - `id` number
      - `name` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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