---
title: "Get all VPS Volume Snapshots available"
method: GET
path: "/vps/snapshot"
tags: ["VPS"]
---

# Get all VPS Volume Snapshots available

`GET /vps/snapshot`

## Query parameters

- `clientId` integer
- `deviceId` integer
- `facilityCode` string

## Headers

- `X-Fields` string, mask

## Response `200`

Success

- VPSSnapshot[]
  - `createdAt` string, date-time — The created date/tie of the VPS instance snapshot.
  - `name` string — The name of the VPS instance snapshot.
  - `size` integer — Snapshot size in bytes
  - `snapshotId` string — The unique ID associated with the snapshot.
  - `snapshotType` string — Snapshot interval options: HOURLY, DAILY, WEEKLY, MONTHLY.
  - `state` string — The state of the snapshot ie. Scheduled, Started or Completed.
  - `volumeId` string — The unique VPS instance volume ID the snapshot is taken of.

## Other responses

- `403` — You have not been granted permission to complete this action. Please contact your account manager to grant the proper permission.

---

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