---
title: "Retrieve specific recipient"
method: GET
path: "/alarms/recipients/{id}"
tags: ["Alarms"]
---

# Retrieve specific recipient

`GET /alarms/recipients/{id}`

Get a specific recipient by ID

## Response `200`

Successful response

- Recipient
  - `id` integer — Recipient ID
  - `type` 'email' | 'webhook' | 'pagerduty' | 'opsgenie' | 'opsgenie-eu' | 'victorops' | 'slack' | 'teams' — Recipient type
  - `value` string — Recipient endpoint (email, URL, etc.)
  - `name` string — Recipient name
  - `options` object, nullable — Additional options

## Other responses

- `404` — Recipient not found

---

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