cURL
curl --request GET \ --url https://api.example.com/v2/sandboxes/volumes/{name}
{ "name": "<string>", "size": "<string>", "storage_class": "<string>", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created_at": "<string>", "updated_at": "<string>" }
Get a specific volume by name in the tenant’s sandbox namespace.
This endpoint queries the database for fast performance.
Volume name
Successful Response
Response model for a Volume.
Unique volume identifier
Was this page helpful?