List a sandbox's snapshots
Snapshots of the sandbox that have not been deleted, newest first. Snapshots outlive their sandbox, so this lists them for a deleted sandbox too.
Authorizations
Path Parameters
The unique identifier of the sandbox.
Public sandbox ID: a bare UUID, or the region-tagged form sb-<region>-<uuid> (e.g. sb-use-1b4e28ba-…). Treat as an opaque string; the tagged form routes the request to the sandbox's home region. Endpoints accept both forms interchangeably.
^(sb-[a-z0-9]+-)?[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$Query Parameters
Maximum rows to return (page size). Omit to return the full list unpaginated — the default, preserved for backward compatibility with callers that page client-side. Values above 200 are clamped to 200.
1 <= x <= 200Rows to skip before the page. Combine with limit to paginate.
x >= 0Response
Snapshots, newest first
The sandbox the snapshot was taken from. It may since have been deleted.
mem+fs creating, ready, failed, deleting Bytes the snapshot holds on disk; 0 until ready.
The template the captured sandbox was created from.