---
title: "Get Annotation"
method: GET
path: "/data/v1/annotations/{ANNOTATION_ID}"
tags: ["Annotations"]
---

# Get Annotation

`GET /data/v1/annotations/{ANNOTATION_ID}`

Returns the details of a specific annotation.

## Path parameters

- `ANNOTATION_ID` string, uuid, required

## Response `200`

OK

- AnnotationResponse
  - `data` Annotation, required
    - `id` string, uuid, required — Unique identifier for the annotation
    - `note` string, required — The annotation note content
    - `date` string, date-time, required — Datetime when the annotation applies
    - `sub_property_id` string, nullable — Customer-defined sub-property identifier

---

[API](https://skmtc.net/muxinc/apis/mux-api.md) · [All operations](https://skmtc.net/muxinc/apis/mux-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/muxinc/mux-api/revisions/34a65dce0f31/schema)
