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

# List snapshots

`GET /snapshots`

List all snapshots for the team

## Query parameters

- `sandboxID` string — Filter snapshots by source sandbox ID
- `name` string
- `limit` integer
- `nextToken` string

## Response `200`

Successfully returned snapshots

- SnapshotInfo[]
  - `snapshotID` string, required — Identifier of the snapshot template including the tag. Uses namespace/alias when a name was provided (e.g. team-slug/my-snapshot:default), otherwise falls back to the raw template ID (e.g. abc123:default).
  - `names` string[], required — Full names of the snapshot template including team namespace and tag (e.g. team-slug/my-snapshot:v2)

## Other responses

- `401` — Authentication error
- `500` — Server error

---

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