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

# List snapshots

`GET /snapshots`

List all snapshots of current orginazation.

## Query parameters

- `page` integer
- `pageSize` integer

## Response `200`

List snapshots

- ListSnapshotsResult — Response containing paginated list of snapshots
  - `total` integer, required — Total number of items
  - `page` integer, required — Page number
  - `pageSize` integer, required — Page size
  - `data` Snapshot[], required — List of snapshots
    - `id` string, required — Unique identifier for the snapshot
    - `name` string, required — Name of the snapshot. This name must be unique within the organization.
    - `boxType` 'linux' | 'android', required — The type of the box that the snapshot is taken from
    - `providerType` 'vm', required — The provider type of the snapshot
    - `status` 'Pending' | 'Available' | 'Error', required — The status of the snapshot

## Changes

- **2025-11-05** `8846b7e7a888` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/babelcloud/apis/gbox-open-api/changes/snapshots/get.md)

---

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