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

# List attachments for alert

`GET /api/{cloudId}/v1/alerts/{alertId}/attachments`

Lists all attachments for the given alert with pagination support.

## Path parameters

- `cloudId` string, required
- `alertId` string, required

## Query parameters

- `after` string
- `size` integer

## Response `200`

Returned if the request is successful.

- AlertAttachmentsResponse
  - `values` AlertAttachmentDto[] — List of attachments.
    - `id` string, int64 — Attachment identifier (timestamp).
    - `attachmentName` string — Name of the attached file.
    - `insertedAt` string, date-time — Date and time when the attachment was added.
  - `links` Links
    - `next` string — Link to the next page of results.

## Other responses

- `401` — Returned if the authentication credentials are incorrect.
- `403` — Returned if the user does not have permission to view attachments.
- `404` — Returned if the alert is not found.

---

[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)
