sandboxes

List sandboxes

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

get/v2/sandboxes/boxes

Query parameters

limitinteger

Maximum number of results

offsetinteger

Pagination offset

name_containsstring

Filter by name substring

statusstring

Filter by status (provisioning, ready, failed, stopped, deleting)

sort_bystring

Sort column (name, status, created_at)

sort_directionstring

Sort direction (asc, desc)

Response

OK

offsetinteger

Changes

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

  • a0acb3a6a10128See the full diff
    • removed the optional property sandboxes/items/expires_at from the response with the 200 status

      response-optional-property-removed

    • removed the optional property sandboxes/items/ttl_seconds from the response with the 200 status

      response-optional-property-removed

    • 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 sandboxes/items/created_by to the response with the 200 status

      response-optional-property-added

    • added the optional property sandboxes/items/delete_after_stop_seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property sandboxes/items/proxy_config/callbacks/items/full_request to the response with the 200 status

      response-optional-property-added

    • added the optional property sandboxes/items/stopped_at to the response with the 200 status

      response-optional-property-added

    • added the optional property sandboxes/items/updated_by 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

  • 99490d1e837e22See the full diff
    • deleted the query request parameter template_name

      request-parameter-removed

    • removed the optional property sandboxes/items/template_name from the response with the 200 status

      response-optional-property-removed

    • added the optional property sandboxes/items/proxy_config/callbacks to the response with the 200 status

      response-optional-property-added

    • added the optional property sandboxes/items/size_class to the response with the 200 status

      response-optional-property-added

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

  • e86be67718ee110See the full diff
    • removed the required property sandboxes/items/proxy_config/rules/items/inject_headers from the response with the 200 status

      response-required-property-removed

    • the endpoint scheme security X-Service-Key was added to the API

      api-security-added

    • 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

    • added the new optional query request parameter template_name

      new-optional-request-parameter

    • added the optional property sandboxes/items/fs_capacity_bytes to the response with the 200 status

      response-optional-property-added

    • added the optional property sandboxes/items/mem_bytes to the response with the 200 status

      response-optional-property-added

    • added the optional property sandboxes/items/proxy_config/rules/items/headers to the response with the 200 status

      response-optional-property-added

    • added the optional property sandboxes/items/snapshot_id to the response with the 200 status

      response-optional-property-added

    • added the optional property sandboxes/items/vcpus to the response with the 200 status

      response-optional-property-added

    • added the optional property sandboxes/items/idle_ttl_seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property sandboxes/items/expires_at to the response with the 200 status

      response-optional-property-added

    • added the optional property sandboxes/items/ttl_seconds to the response with the 200 status

      response-optional-property-added

    • removed the optional property sandboxes/items/proxy_config from the response with the 200 status

      response-optional-property-removed

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

    • added the optional property sandboxes/items/proxy_config/access_control to the response with the 200 status

      response-optional-property-added

    • the response property sandboxes/items/proxy_config/rules became optional for the status 200

      response-property-became-optional

    • the sandboxes/items/proxy_config/rules response property's minItems was decreased from 1 to 0 for the response status 200

      response-property-min-items-decreased

    • added the optional property sandboxes/items/proxy_config to the response with the 200 status

      response-optional-property-added