---
title: "List all zones"
method: GET
path: "/api/v1/zones"
tags: ["Zone"]
---

# List all zones

`GET /api/v1/zones`

list all zones that user owns

## Response `200`

An server

- Zones
  - `status` string
  - `data` Zone[]
    - `id` string
    - `name` string — The name of the zone, “liara.ir”, max length: 253, pattern: ^([a-zA-Z0-9][\-a-zA-Z0-9]*\.)+[\-a-zA-Z0-9]{2,20}$
    - `status` string — The status of the zone, valid values: [CREATING, PENDING, ACTIVE, DELETING]
    - `currentNameServers` string[]
    - `nameServers` string[]
    - `lastCheckAt` string — Last time when zones nameservers was checked
    - `createdAt` string — Time when zone was created

---

[API](https://skmtc.net/liara-cloud/apis/dns.md) · [All operations](https://skmtc.net/liara-cloud/apis/dns/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/liara-cloud/dns/versions/85a963889e53/schema)
