---
title: "Get all domains"
method: GET
path: "/v1/domains"
tags: ["Domains"]
---

# Get all domains

`GET /v1/domains`

get all domains that user owns

## Query parameters

- `project` string, required

## Response `200`

Successful operation

- Domains
  - `domains` object[]
    - `_id` string — The id of domain
    - `name` string — The name of domain
    - `type` string — The type of domain
    - `project` object — The type of domain
      - `_id` string — The id of project
      - `project_id` string — The name of project
    - `status` string — The status of domain
    - `certificatesStatus` string — The certificatesStatus of domain
    - `redirectTo` string — The redirectTo of domain
    - `redirectStatus` number — The redirectStatus of domain
    - `created_at` string — The created_at of domain
    - `CNameRecord` string — The CNameRecord of domain

## Other responses

- `400` — Bad request
- `401` — Missing authentication
- `404` — App does not exists.

---

[API](https://skmtc.net/liara-cloud/apis/paas.md) · [All operations](https://skmtc.net/liara-cloud/apis/paas/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/liara-cloud/paas/revisions/4413e6f56089/schema)
