Volumes

Get a volume

get/volumes/{volumeId}

Path parameters

volumeIdstring required

24-char hex id of the volume.

Response

Volume detail

messagestring required

Example response

{
  "message": "Volume fetched",
  "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/region response property allOf list for the response status 200

      response-property-all-of-added

    • removed RegionSummary from the data/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