Volumes

List volumes

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

get/volumes

Query parameters

pageinteger
limitinteger

Response

Paginated volumes

messagestring required

Example response

{
  "message": "Volumes fetched",
  "data": {
    "data": [
      {
        "region": {
          "id": "6a06df21cc6bef51342e199e",
          "name": "eu-west",
          "country": "France",
          "continent": "Europe"
        }
      }
    ]
  }
}

Changes

Changed in 1 of the 5 revisions of this API.2

    • added SandboxRegion to the data/data/items/region response property allOf list for the response status 200

      response-property-all-of-added

    • removed RegionSummary from the data/data/items/region response property allOf list for the response status 200

      response-property-all-of-removed

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