---
title: "Gets a specified attachment of a specified alert."
method: GET
path: "/alerts/{alertId}/attachments/{attachmentId}"
tags: ["Alerts"]
---

# Gets a specified attachment of a specified alert.

`GET /alerts/{alertId}/attachments/{attachmentId}`

## Path parameters

- `alertId` string, required
- `attachmentId` string, required

## Query parameters

- `width` integer
- `height` integer
- `scale` boolean

## Response `200`

Returns the attachment image with additional meta information.

- string, binary

## Other responses

- `204` — The image of the attachment was not uploaded yet.
- `400` — A passed parameter was either empty or invalid.
- `403` — Authorization failed.
- `404` — The attachment image was not found.
- `500` — Internal general error occurred.

---

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