Skip to content

List snapshots

GET/snapshots
Responses
200 OKOK
SnapshotListResponse
snapshotsarray | null
items
SnapshotResponse
created_atstringdate-time
dirstring
idstring
mem_pathstring
memory_mibinteger
rootfs_pathstring
source_idstring
state_pathstring
vcpusinteger
Authentication
bearerAuthHTTP bearer. Daemon API key. Omit on a keyless loopback daemon.
Request
GET/snapshots
cURL
curl '/snapshots'
Response
200 OK
{
  "snapshots": [
    {
      "created_at": "2026-01-02T15:04:05Z",
      "dir": "string",
      "id": "string",
      "mem_path": "string",
      "memory_mib": 0,
      "rootfs_path": "string",
      "source_id": "string",
      "state_path": "string",
      "vcpus": 0
    }
  ]
}
Was this page helpful?