# Get a volume

Collection: api
Human docs: https://zei.sh/docs/api

Fetch one organization volume by ID.

GET /public/volumes/:volumeId
Permission: ORG_MANAGE.
Use the volume ID in sandbox create or update requests.
Response: The volume resource, including its region and sizeGb.

Example:

```
curl -X GET https://api.zei.sh/api/v1/public/volumes/:volumeId \
  -H "X-API-Key: $ZEISH_API_KEY"
```
