---
title: "Get all snapshots for a project"
method: GET
path: "/workspaces/{workspace_domain}/sandboxes/snapshots"
tags: ["Sandbox API"]
---

# Get all snapshots for a project

`GET /workspaces/{workspace_domain}/sandboxes/snapshots`

## Path parameters

- `workspace_domain` string, required

## Query parameters

- `project_name` string, required

## Response `200`

- SnapshotsView
  - `url` string — API endpoint to GET this object
  - `html_url` string — Web URL to view this object in Buddy.works
  - `snapshots` ShortSnapshotView[] — Collection of snapshots
    - `url` string — API endpoint to GET this object
    - `html_url` string — Web URL to view this object in Buddy.works
    - `id` string — The ID of the snapshot
    - `name` string — Snapshot name
    - `size` integer — Snapshot size in GB
    - `status` 'CREATING' | 'CREATED' | 'DELETING' | 'FAILED' — Snapshot status
    - `create_date` string, date-time — Snapshot creation date

---

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