---
title: "List snapshots"
method: GET
path: "/snapshots/list"
tags: ["Snapshots"]
---

# List snapshots

`GET /snapshots/list`

Get a list of all snapshots for the authenticated user's organization

## Request body

- object

## Response `200`

OK

- ThundertypesSnapshot[]
  - `createdAt` integer, required
  - `id` string, required
  - `minimumDiskSizeGb` integer, required
  - `name` string, required
  - `status` string, required

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.dev/thundercompute/apis/thunder-compute-api.md) · [All operations](https://skmtc.dev/thundercompute/apis/thunder-compute-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/thundercompute/thunder-compute-api/revisions/122382e24d26/schema)
