---
title: "List Backup Target Dataset Snapshots"
method: GET
path: "/cluster/backups/targets/{id}/datasets/snapshots"
tags: ["Cluster Backups"]
---

# List Backup Target Dataset Snapshots

`GET /cluster/backups/targets/{id}/datasets/snapshots`

List restorable snapshots for a dataset on a backup target

## Path parameters

- `id` integer, required

## Query parameters

- `dataset` string, required

## Response `200`

Success

- GithubComAlchemillahqSylveInternalAPIResponseArrayGithubComAlchemillahqSylveInternalServicesZeltaSnapshotInfo
  - `data` GithubComAlchemillahqSylveInternalServicesZeltaSnapshotInfo[]
    - `childCount` integer — number of child datasets on the target
    - `committed` boolean — verified c1 commit marker is present
    - `creation` string — creation timestamp
    - `dataset` string — dataset portion (without @snap)
    - `encrypted` boolean
    - `guid` string
    - `legacy` boolean — restore point predates commit manifests
    - `lineage` string — "active" | "rotated" | "other"
    - `name` string — full dataset@snap name
    - `outOfBand` boolean — true when snapshot is outside the active lineage
    - `refer` string — referenced size
    - `shortName` string — just the @snap portion
    - `used` string — space used
  - `error` string
  - `message` string
  - `status` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Backup Target Not Found
- `409` — Backup Target Disabled
- `500` — Internal Server Error
- `502` — Remote Target Failure
- `503` — Local Key Unavailable
- `504` — Remote Target Timeout

---

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