---
title: "Get DNS snapshot list"
method: GET
path: "/api/dns/v1/snapshots/{domain}"
tags: ["DNS: Snapshot"]
---

# Get DNS snapshot list

`GET /api/dns/v1/snapshots/{domain}`

Retrieve DNS snapshots for a domain.

Use this endpoint to view available DNS backup points for restoration.

## Path parameters

- `domain` string, required

## Response `200`

Success response

- DNSV1SnapshotSnapshotResource[] — Array of [`DNS.V1.Snapshot.SnapshotResource`](#model/dnsv1snapshotsnapshotresource)
  - `id` integer — Snapshot ID
  - `reason` string — Reason of the update
  - `created_at` string, date-time

## Other responses

- `401` — Unauthenticated response
- `500` — Error response

---

[API](https://skmtc.net/hostinger/apis/hostinger-api.md) · [All operations](https://skmtc.net/hostinger/apis/hostinger-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hostinger/hostinger-api/revisions/74abfea76e36/schema)
