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

# GET /domains/

`GET /domains/`

List all accepted (=trusted) email domains.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

- PaginatedEmailDomainList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` EmailDomain[], required
    - `domain` string, required — E-mail domain with leading @
    - `status` 'RJ' | 'ACK' | 'PD' — * `RJ` - Rejected * `ACK` - Accepted * `PD` - Pending

---

[API](https://skmtc.net/tournesol-app/apis/tournesol-api.md) · [All operations](https://skmtc.net/tournesol-app/apis/tournesol-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tournesol-app/tournesol-api/revisions/96c8c62ad972/schema)
