---
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

## Changes

- **2024-12-19** `3bba1a8d6651` — 2 info
  - the response property `count` became required for the status `200`
  - the response property `results` became required for the status `200`
- **2023-07-04** `b0f74d913a83` — 2 breaking
  - the response property `count` became optional for the status `200`
  - the response property `results` became optional for the status `200`

[Change history](https://skmtc.dev/tournesol-app/apis/tournesol-api/changes/domains/get.md)

---

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