---
title: "List email inboxes"
method: GET
path: "/email_inboxes"
tags: ["Email Inboxes"]
---

# List email inboxes

`GET /email_inboxes`

Lists the account's non-deleted inboxes newest first using stable cursor pagination.

## Query parameters

- `page_size` integer
- `page_cursor` string

## Response `200`

Paginated email inboxes.

- EmailInboxListResponse
  - `data` EmailInbox[], required
    - `id` string, uuid, required
    - `record_type` 'email_inbox', required
    - `address` string, email, required
    - `status` 'active' | 'paused', required
    - `domain_id` string, uuid, required
    - `domain` string, required — Domain name used by the inbox address.
    - `settings` object, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
  - `meta` EmailInboxPaginationMeta, required
    - `page_size` integer, required
    - `page_cursor` string — Cursor for the next inbox page, when more results are available.

## Other responses

- `401` — Not authorized (10006).
- `422` — Pagination validation failed (10015).
- `503` — Service unavailable (10016), including an unavailable upstream dependency or unavailable Edge idempotency protection for a keyed request.

## Changes

> 92 revisions in range; 1 not diffed.

- **2026-09-22** `9621f6123ebc` — 6 warning
  - added the new `10011` enum value to the `errors/items/code` response property for the response status `401`
  - added the new `10011` enum value to the `errors/items/code` response property for the response status `422`
  - added the new `10011` enum value to the `errors/items/code` response property for the response status `503`
  - added the new `domain_graduation_limit_exceeded` enum value to the `errors/items/code` response property for the response status `401`
  - …2 more
- **2026-07-16** `2fb3b617430a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/changes/email_inboxes/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.dev/team-telnyx/apis/telnyx-api-2/revisions/d8b8159753ee?raw)
