---
title: "Get a domain by name"
method: GET
path: "/v1/distribution/domains/{name}"
tags: ["distribution"]
---

# Get a domain by name

`GET /v1/distribution/domains/{name}`

Get a domain.

## Path parameters

- `name` string, required

## Response `200`

Response for getting a domain

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

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