List snapshots
List sandbox snapshots for the authenticated tenant, with optional filtering, sorting, and pagination. Page with page_size and cursor: replay the response’s next_cursor until it comes back null, which is the only signal that no pages remain. Cursors are opaque and only valid on this endpoint; do not parse or construct one.
Authorizations
Query Parameters
Number of results per page
Opaque pagination cursor from a prior response's next_cursor
Deprecated: use page_size. Maximum number of results
Deprecated: use cursor. Pagination offset
Filter by name substring
Filter by status (building, ready, failed, deleting)
Filter by creator identity. Only 'me' is supported.
Filter by label. Repeatable; all must match. Use 'key' to match on key presence or 'key=value' for equality.
Sort column (name, status, created_at)
Sort direction (asc, desc)
Deprecated: use sort_order. Sort direction (asc, desc)
Response
OK
This page of snapshots.
Cursor for the next page, or null on the last page. A non-null value is the only signal that more pages exist. Treat it as opaque.
Deprecated: use next_cursor. Offset to request for the next page, or 0 when no pages remain.
Deprecated: use items. Duplicates items.

