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

# Find domains

`GET /v1/distribution/domains`

Find domains with optional filters.

## Query parameters

- `page` integer — Page number for pagination
- `per_page` integer — Number of items per page
- `names` string[], nullable — List of domain names to filter by
- `is_tollbit` boolean, nullable — Filter by tollbit status
- `publisher` boolean, nullable — Filter by publisher status
- `full_text` boolean, nullable — Filter by full-text opt-in status

## Response `200`

A paginated list of domains

- PaginatedResponseReadDomainResponse
  - `items` ReadDomainResponse[], required
    - `id` string, uuid, required
    - `name` string, required
    - `owner` string, nullable
    - `is_tollbit` boolean
    - `publisher` boolean
    - `full_text` boolean
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, nullable
  - `count` integer, required
  - `next_page` integer, nullable, required
  - `previous_page` integer, nullable, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `405` — Method Not Allowed
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

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