---
title: "Retrieve an unsubscribe group"
method: GET
path: "/email_unsubscribe_groups/{id}"
tags: ["Email Unsubscribe Groups"]
---

# Retrieve an unsubscribe group

`GET /email_unsubscribe_groups/{id}`

Returns the account-owned unsubscribe group identified by ID.

## Response `200`

The group.

- UnsubscribeGroupResponse
  - `data` UnsubscribeGroup, required
    - `created_at` string, date-time, required
    - `description` string, nullable, required — Always present (not omit-nullable); `null` when unset.
    - `id` string, uuid, required
    - `name` string, required
    - `record_type` 'email_unsubscribe_group', required — View-only.
    - `updated_at` string, date-time, required

## Other responses

- `401` — Missing or invalid gateway auth.
- `404` — Resource not found (cross-account lookups and malformed UUIDs also return 404 — no leak).
- `406` — Framework-rendered error (e.g. 406 Not Acceptable, 405 Method Not Allowed, 415 Unsupported Media Type). HTTP status matches the error and the body `code` carries that same status (e.g. `"406"`, not a hardcoded `"500"`). The explicit `500.json` clause still emits `code: "500"` for genuine 500s.

## Changes

- **2026-07-07** `6ef0ae248bf7` — 1 info
  - endpoint added
- **2026-07-02** `224ed0d8a5c3` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/changes/email_unsubscribe_groups/:id/get.md)

---

[API](https://skmtc.dev/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/3fdc16374d70/schema)
