---
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}`

## Response `200`

The group.

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

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/versions/8f5f4e537994/schema)
