---
title: "List Inboxes"
method: GET
path: "/v0/inboxes"
tags: ["Inboxes"]
---

# List Inboxes

`GET /v0/inboxes`

**CLI:**
```bash
agentmail inboxes list
```

## Query parameters

- `limit` integer — Limit of number of items returned.
- `page_token` string — Page token for pagination.
- `ascending` boolean — Sort in ascending temporal order.

## Response `200`

- InboxesListInboxesResponse
  - `count` integer, required — Number of items returned.
  - `limit` integer — Limit of number of items returned.
  - `next_page_token` string — Page token for pagination.
  - `inboxes` InboxesInbox[], required — Ordered by `created_at` descending.
    - `pod_id` string, required — ID of pod.
    - `inbox_id` string, required — The ID of the inbox.
    - `email` string, required — Email address of the inbox.
    - `display_name` string — Display name: `Display Name <username@domain.com>`.
    - `client_id` string — Client ID of inbox.
    - `metadata` InboxesMetadata — Custom key-value pairs attached to the inbox. Up to 256 keys. Keys and string values are each limited to 256 characters. When updating metadata, send a key with a null value to remove that key.
    - `updated_at` string, date-time, required — Time at which inbox was last updated.
    - `created_at` string, date-time, required — Time at which inbox was created.

---

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