---
title: "List zone records"
method: GET
path: "/v1beta/dns/zones/{name}/records"
tags: ["ZoneRecordService"]
---

# List zone records

`GET /v1beta/dns/zones/{name}/records`

## Path parameters

- `name` string, required

## Query parameters

- `zone_id` integer
- `limit` integer
- `offset` integer
- `order_by.type` string
- `order_by.name` string
- `order_by.value` string
- `order_by.ttl` string
- `order_by.prio` string
- `record_name_pattern` string
- `value_pattern` string
- `type` string
- `prio` integer
- `ttl` integer
- `zone_provider` string

## Response `200`

A successful response.

- RecordListZoneRecordsResponse
  - `code` integer
  - `data` RecordListZoneRecordsResponseData
    - `results` RecordRecordInfo[]
      - `creation_date` string
      - `ip` string
      - `modification_date` string
      - `name` string
      - `prio` integer
      - `ttl` integer
      - `type` string
      - `value` string
    - `total` integer
  - `desc` string
  - `maintenance` boolean
  - `warnings` ErrorWarning[]
    - `code` integer
    - `data` string
    - `desc` string

## Other responses

- `default` — (empty)

---

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