---
title: "Get annotations of an alert"
method: GET
path: "/alerts/{alertId}/annotations"
tags: ["Alerts"]
---

# Get annotations of an alert

`GET /alerts/{alertId}/annotations`

Get annotations of an alert by id.

## Path parameters

- `alertId` string, required

## Response `200`

OK

- V1AlertAnnotationInfoV1[]
  - `type` integer
  - `text` string, nullable
  - `timestamp` string, date-time
  - `userId` string, nullable
  - `id` string, nullable
  - `teamId` string, nullable

## Other responses

- `204` — No annotations were found for the alert.
- `400` — Required information could not be found in the request/claims.
- `404` — Not Found
- `500` — Internal Server Error

---

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