Sandboxes

List sandboxes

Returns sandboxes owned by the caller, sorted by created_at descending.

get/sandboxes

Query parameters

pageinteger
limitinteger

Response

Paginated sandboxes

messagestring required

Example response

{
  "message": "Sandboxes fetched",
  "data": {
    "data": [
      {
        "region": {
          "id": "6a06df21cc6bef51342e199e",
          "name": "eu-west",
          "country": "France",
          "continent": "Europe"
        },
        "egress": {
          "mode": "restricted",
          "allow": [
            "1.1.1.1",
            "api.example.com"
          ]
        }
      }
    ]
  }
}

Changes

Changed in 3 of the 5 revisions of this API.114

    • the response property data/data/items/auto_destroy became required for the status 200

      response-property-became-required

    • the response property data/data/items/block_outbound became required for the status 200

      response-property-became-required

    • the response property data/data/items/egress became required for the status 200

      response-property-became-required

    • the response property data/data/items/one_shot became required for the status 200

      response-property-became-required

    • the response property data/data/items/persistent became required for the status 200

      response-property-became-required

    • added the optional property data/data/items/egress to the response with the 200 status

      response-optional-property-added

    • added the optional property data/data/items/network_updated to the response with the 200 status

      response-optional-property-added

  • b236bf76f9a717See the full diff
    • the data/data/items/region response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • removed RegionSummary subschema #2 from the data/data/items/region response property oneOf list for the response status 200

      response-property-one-of-removed

    • added the required property data/data/items/region/continent to the response with the 200 status

      response-required-property-added

    • added the required property data/data/items/region/country to the response with the 200 status

      response-required-property-added

    • added the required property data/data/items/region/enabled to the response with the 200 status

      response-required-property-added

    • added the required property data/data/items/region/id to the response with the 200 status

      response-required-property-added

    • added the required property data/data/items/region/name to the response with the 200 status

      response-required-property-added

    • added the required property data/data/items/region/type to the response with the 200 status

      response-required-property-added

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