---
title: "GET /receivers"
method: GET
path: "/receivers"
tags: ["receiver"]
---

# GET /receivers

`GET /receivers`

Get list of all receivers (name of notification integrations)

## Query parameters

- `receiver_matchers` string[]

## Response `200`

Get receivers response

- Receiver[]
  - `name` string, required
  - `labels` LabelSet

## Other responses

- `400` — Bad request

## Changes

- **2026-05-23** (v2) `fa8d49dd6478` — 2 info
  - added the new optional `query` request parameter `receiver_matchers`
  - added the non-success response with the status `400`
- **2021-09-10** (v2) `9cab89e8f772` — 1 info
  - endpoint added
- **2021-09-10** (v2) `b67fa626591b` — 1 breaking
  - api path removed without deprecation
- **2018-04-26** (v2) `367398b335dc` — 1 warning, 1 info
  - deleted the `query` request parameter `receiver_matchers`
  - removed the non-success response with the status `400`

[Change history](https://skmtc.dev/prometheus/apis/alertmanager-api/changes/receivers/get.md)

---

[API](https://skmtc.dev/prometheus/apis/alertmanager-api.md) · [All operations](https://skmtc.dev/prometheus/apis/alertmanager-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/prometheus/alertmanager-api/revisions/da782cf7fa5e/schema)
