---
title: "Get Recipient Summary"
method: GET
path: "/api/v1/internal/release-email/recipients"
tags: ["internal", "release-email"]
---

# Get Recipient Summary

`GET /api/v1/internal/release-email/recipients`

## Query parameters

- `internal` boolean

## Response `200`

Successful Response

- RecipientSummaryResponse — The audience as it stands, without touching Resend. What the confirm dialog counts: asking Resend would mean mutating the contact list just to render a number. Every count is of the non-excluded — the number shown is the number a send reaches. ``active``/``suspended``/``staff`` are disjoint and sum to ``total``: the first two count customers by account state, and our own team is counted only in ``staff``.
  - `active` integer, required
  - `suspended` integer, required
  - `staff` integer, required
  - `total` integer, required
  - `excluded` integer, required

## Other responses

- `422` — Validation Error

---

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