sandboxes

List snapshots

List sandbox snapshots for the authenticated tenant, with optional filtering, sorting, and pagination.

get/v2/sandboxes/snapshots

Query parameters

limitinteger

Maximum number of results

offsetinteger

Pagination offset

name_containsstring

Filter by name substring

statusstring

Filter by status (building, ready, failed, deleting)

sort_bystring

Sort column (name, status, created_at)

sort_directionstring

Sort direction (asc, desc)

Response

OK

offsetinteger

Changes

Changed in 3 of the 48 revisions of this API.9

    • added the optional property detail/error_id to the response with the 400 status

      response-optional-property-added

    • added the optional property detail/error_id to the response with the 403 status

      response-optional-property-added

    • added the optional property detail/error_id to the response with the 500 status

      response-optional-property-added

    • added the optional property snapshots/items/memory_snapshot_size_bytes to the response with the 200 status

      response-optional-property-added

    This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new optional query request parameter name_contains

      new-optional-request-parameter

    • added the new optional query request parameter sort_by

      new-optional-request-parameter

    • added the new optional query request parameter sort_direction

      new-optional-request-parameter

    • added the new optional query request parameter status

      new-optional-request-parameter

    This revision also has 15 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added