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

# Get Annotation

`GET /projects/{projectId}/annotations/{annotationId}`

Get an Annotation

## Response `200`

Success

- GetAnnotationsResponse — A JSON response object containing an annotation'
  - `status` string, required — The status of the response
  - `results` AnnotationsEntry, required — Representation of a single annotation
    - `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)
