Volumes
List volumes
Returns volumes owned by the caller, sorted by created_at descending.
get/volumes
Query parameters
pageinteger
limitinteger
Response
Paginated volumes
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
SandboxRegionto thedata/data/items/regionresponse propertyallOflist for the response status200response-property-all-of-added
- ○
removed
RegionSummaryfrom thedata/data/items/regionresponse propertyallOflist for the response status200response-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
- ○