Skip to main content
GET
List snapshots
Updated May 8, 2026

Authorizations

X-API-Key
string
header
required

API key for authentication. Each key is bound to a specific account.

Headers

X-Project-ID
string<uuid>

Optional project ID to scope the list. Omit to list across all accessible projects.

Query Parameters

vm_id
string<uuid>

Filter by VM UUID

volume_id
integer

Filter by volume ID

type
enum<string>

Filter by snapshot type (vm or volume)

Available options:
vm,
volume
limit
integer
default:50
offset
integer
default:0

Response

List of snapshots

success
boolean
data
object[]
total
integer
Last modified on May 8, 2026