---
title: "Get attachment download URL"
method: GET
path: "/api/{cloudId}/v1/alerts/{alertId}/attachments/{id}"
tags: ["Alerts"]
---

# Get attachment download URL

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

Gets a temporary download URL for the specified attachment.

## Path parameters

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

## Response `200`

Returned if the request is successful.

- AlertAttachmentResponse
  - `url` string — Temporary download URL for the attachment.

## Other responses

- `401` — Returned if the authentication credentials are incorrect.
- `403` — Returned if the user does not have permission to access the attachment.
- `404` — Returned if the attachment 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)
