v1

latestSwagger 2.02026-08-04232286653.5 KB
Snapshots

Lists all disk snapshots in the project and returns their details.

Size of snapshots will be in bytes.

get/projects/{project_id}/storage/snapshots

Path parameters

project_idstring required

Response

Example response

{
  "items": [
    {
      "block_size": 4096,
      "created_at": "2021-12-03T19:58:34Z",
      "created_from": "123e4567-e89b-12d3-a456-426614174000",
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "name": "my-snapshot",
      "size": "10457 bytes",
      "updated_at": "2021-12-03T19:58:34Z"
    }
  ]
}