---
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. ``current``/``past``/``total`` count only the non-excluded — the number shown is the number a send reaches.
  - `current` integer, required
  - `past` 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/c5094ff58a23/schema)
