---
title: "List email forwards"
method: GET
path: "/{account}/domains/{domain}/email_forwards"
tags: ["domain emailforwards"]
---

# List email forwards

`GET /{account}/domains/{domain}/email_forwards`

Lists email forwards for the domain.

## Path parameters

- `account` integer, required
- `domain` string, required

## Query parameters

- `sort` 'id:asc' | 'id:desc' | 'alias_email:asc' | 'alias_email:desc' | 'destination_email:asc' | 'destination_email:desc'

## Response `200`

Successfully retrieved email forward list.

- object
  - `data` EmailForward[], required
    - `id` integer, required
    - `domain_id` integer, required
    - `alias_email` string, email, required — The receiving email recipient.
    - `destination_email` string, email, required — The email recipient the messages are delivered to.
    - `created_at` string, date-time, required — A date-time value, representing when the entry was created, formatted as ISO 8601.
    - `updated_at` string, date-time, required — A date-time value, representing when the entry was last updated, formatted as ISO 8601.
  - `pagination` Pagination, required
    - `current_page` integer, required
    - `per_page` integer, required
    - `total_entries` integer, required
    - `total_pages` integer, required

## Other responses

- `400` — A required parameter is missing or the request is invalid.
- `404` — The requested resource doesn't exist.

## Changes

- **2026-02-24** (v2) `ad25852bccde` — 4 breaking, 2 warning, 4 info
  - removed the enum value `from:asc` from the `query` request parameter `sort`
  - removed the enum value `from:desc` from the `query` request parameter `sort`
  - removed the enum value `to:asc` from the `query` request parameter `sort`
  - removed the enum value `to:desc` from the `query` request parameter `sort`
  - …6 more
- **2025-07-11** (v2) `06780be0ef17` — 15 info
  - the response property `data` became required for the status `200`
  - the response property `data/items/alias_email` became required for the status `200`
  - the response property `data/items/created_at` became required for the status `200`
  - the response property `data/items/destination_email` became required for the status `200`
  - …11 more
- **2023-07-18** (v2) `c8591dcf8c29` — 19 breaking, 6 info
  - removed the enum value `alias_email:asc` from the `query` request parameter `sort`
  - removed the enum value `alias_email:desc` from the `query` request parameter `sort`
  - removed the enum value `destination_email:asc` from the `query` request parameter `sort`
  - removed the enum value `destination_email:desc` from the `query` request parameter `sort`
  - …21 more

[Change history](https://skmtc.dev/dnsimple/apis/dnsimple-api/changes/:account/domains/:domain/email_forwards/get.md)

---

[API](https://skmtc.dev/dnsimple/apis/dnsimple-api.md) · [All operations](https://skmtc.dev/dnsimple/apis/dnsimple-api/llms.txt) · [OpenAPI document](https://skmtc.dev/dnsimple/apis/dnsimple-api/revisions/faec8b49cc03?raw)
