---
title: "List all Recipients"
method: GET
path: "/1/recipients"
tags: ["Recipients"]
---

# List all Recipients

`GET /1/recipients`

Retrieve all recipients for a team.

## Response `200`

Success

- Recipient[]
  - union
    - object
      - `type` 'pagerduty', required — One of the supported Recipient Types
      - `id` string
      - `created_at` string, date-time — ISO8601 formatted time the Recipient was created.
      - `updated_at` string, date-time — ISO8601 formatted time the Recipient was updated.
      - `details` object — Specific schema for the Pagerduty Recipient Type
        - `pagerduty_integration_name` string, required — A name for this Integration.
        - `pagerduty_integration_key` string, required — Pagerduty Integration Key.
    - object
      - `type` 'email', required — One of the supported Recipient Types
      - `id` string
      - `created_at` string, date-time — ISO8601 formatted time the Recipient was created.
      - `updated_at` string, date-time — ISO8601 formatted time the Recipient was updated.
      - `details` object — Specific schema for the Email Recipient Type
        - `email_address` string, required — Email address to notify.
    - object
      - `type` 'slack', required — One of the supported Recipient Types
      - `id` string
      - `created_at` string, date-time — ISO8601 formatted time the Recipient was created.
      - `updated_at` string, date-time — ISO8601 formatted time the Recipient was updated.
      - `details` object — Specific schema for the Slack Recipient Type.
        - `slack_channel` string, required — Slack channel to notify.
    - object
      - `type` 'webhook', required — One of the supported Recipient Types
      - `id` string
      - `created_at` string, date-time — ISO8601 formatted time the Recipient was created.
      - `updated_at` string, date-time — ISO8601 formatted time the Recipient was updated.
      - `details` object — Specific schema for the Webhook Recipient Type
        - `webhook_headers` WebhookHeader[] — Custom headers for this webhook
          - `header` string, required
          - `value` string
        - `webhook_name` string, required — A name for this Integration.
        - `webhook_url` string, required — Webhook URL.
        - `webhook_secret` string — Webhook secret.
        - `webhook_payloads` object — Specify a custom webhook payload.
          - `template_variables` TemplateVariableDefinition[] — Custom variable definitions for this webhook
            - `name` string, required
            - `default_value` string
          - `payload_templates` object
            - `trigger` PayloadTemplate
              - …
            - `budget_rate` PayloadTemplate
              - …
            - `exhaustion_time` PayloadTemplate
              - …
    - object
      - `type` 'msteams', required — One of the supported Recipient Types
      - `id` string
      - `created_at` string, date-time — ISO8601 formatted time the Recipient was created.
      - `updated_at` string, date-time — ISO8601 formatted time the Recipient was updated.
      - `details` object — Specific schema for the MS Teams Recipient Type. Now deprecated, please use the `msteams_workflow` type instead.
        - `webhook_name` string, required — A name for this recipient.
        - `webhook_url` string, required — Incoming webhook URL of an Teams instance.
    - object
      - `type` 'msteams_workflow', required — One of the supported Recipient Types
      - `id` string
      - `created_at` string, date-time — ISO8601 formatted time the Recipient was created.
      - `updated_at` string, date-time — ISO8601 formatted time the Recipient was updated.
      - `details` object — Specific schema for the MS Teams Workflow Recipient Type.
        - `webhook_name` string, required — A name for this recipient.
        - `webhook_url` string, required — Incoming webhook URL of an Teams instance.

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/honeycomb/apis/honeycomb-api.md) · [All operations](https://skmtc.net/honeycomb/apis/honeycomb-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/honeycomb/honeycomb-api/revisions/117619fac2a5/schema)
