---
title: "List alert notes"
method: GET
path: "/api/{cloudId}/v1/alerts/{id}/notes"
tags: ["Alerts"]
---

# List alert notes

`GET /api/{cloudId}/v1/alerts/{id}/notes`

This endpoint is used to retrieve a list of notes for a specified alert. Notes provide additional information or context about an alert, helping to enhance the understanding and management of alerts.

## Path parameters

- `id` string, required

## Query parameters

- `after` string
- `size` integer

## Response `200`

Returned if the request is successful.

- GetAlertNotesResponse
  - `values` AlertNote[]
    - `id` string — Identifier of the note.
    - `createdAt` string, date-time — Represents the timestamp at which the alert note was added.
    - `updatedAt` string, date-time — Represents the timestamp at which the alert note was updated.
    - `note` string — Represents the actual note.
    - `owner` string — Signifies the entity that added the note.
  - `links` AlertNoteLink
    - `next` string — Link to the next page of results.

## Other responses

- `401` — Returned if the authentication credentials are incorrect.
- `403` — Returned if the request user does not have permission to update an alert.
- `404` — Returned if the alert is not found.
- `422` — Returned if the payload cannot be validated.

---

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