cURL
curl --request GET \ --url https://api.example.com/api/v1/volumes
{ "count": 1, "volumes": [ { "id": "vol_xyz123", "name": "my-workspace", "sizeGb": 3, "region": "iad", "attachedTo": "e7847229c547d8", "createdAt": "2023-12-01T00:00:00Z" } ] }
Documentation IndexFetch the complete documentation index at: https://docs.simplesandbox.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.simplesandbox.dev/llms.txt
Use this file to discover all available pages before exploring further.
List all volumes for an organization
1
Show child attributes