---
title: "Lists all disk snapshots in the project and returns their details."
method: GET
path: "/projects/{project_id}/storage/snapshots"
tags: ["Snapshots"]
---

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

`GET /projects/{project_id}/storage/snapshots`

Size of snapshots will be in bytes.

## Path parameters

- `project_id` string, required

## Response `200`

- ListDiskSnapshotsResponseV1
  - `items` DiskSnapshot[], required
    - `block_size` integer, required — Block size of the disk snapshot, in bytes: 512 or 4096.
    - `created_at` string, required — Creation timestamp of the disk snapshot, in RFC3339 format.
    - `created_from` string, required — ID of the disk the snapshot was created from.
    - `id` string, required — ID of the disk snapshot.
    - `name` string — Name of the disk snapshot.
    - `size` string, required — Size of the disk snapshot, in bytes.
    - `updated_at` string, required — Last update timestamp of the disk snapshot, in RFC3339 format.

## Other responses

- `400` — Error Bad Request
- `401` — Error Authentication Failed
- `403` — Error Permissions
- `500` — Error Internal Server

---

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