---
title: "List Domains"
method: GET
path: "/v0/domains"
tags: ["Domains"]
---

# List Domains

`GET /v0/domains`

**CLI:**
```bash
agentmail domains 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`

- ListDomainsResponse
  - `count` integer, required — Number of items returned.
  - `limit` integer — Limit of number of items returned.
  - `next_page_token` string — Page token for pagination.
  - `domains` DomainItem[], required — Ordered by `created_at` descending.
    - `pod_id` string — ID of pod.
    - `domain_id` string, required — The ID of the domain.
    - `domain` string, required — The name of the domain (e.g., `example.com`).
    - `feedback_enabled` boolean, required — Bounce and complaint notifications are sent to your inboxes.
    - `subdomains_enabled` boolean, required — Allow inboxes on any subdomain of this domain. Adds a required wildcard MX record (`*.<domain>`) to `records`.
    - `client_id` string — Client ID of domain.
    - `updated_at` string, date-time, required — Time at which the domain was last updated.
    - `created_at` string, date-time, required — Time at which the domain was created.

## Changes

- **2026-07-15** `394ddcdd9c29` — 1 info
  - added the required property `domains/items/subdomains_enabled` to the response with the `200` status
- **2026-03-31** `27965096e618` — 2 info
  - added the new optional `query` request parameter `ascending`
  - added the required property `domains/items/domain` to the response with the `200` status
- **2026-03-28** `8a5b5e92ae2d` — 2 breaking, 1 warning
  - removed the required property `domains/items/domain` from the response with the `200` status
  - removed the required property `domains/items/status` from the response with the `200` status
  - deleted the `query` request parameter `ascending`
- **2026-03-19** `7fdcd6b4651f` — 2 info
  - added the required property `domains/items/domain` to the response with the `200` status
  - added the required property `domains/items/status` to the response with the `200` status
- **2026-03-05** `6e84a95db8ff` — 1 info
  - added the new optional `query` request parameter `ascending`

[Change history](https://skmtc.dev/agentmail-to/apis/api/changes/v0/domains/get.md)

---

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