List all team volumes
curl --request GET \
--url https://api.e2b.app/volumes \
--header 'X-API-Key: <api-key>'[
{
"volumeID": "<string>",
"name": "<string>"
}
]Was this page helpful?
curl --request GET \
--url https://api.e2b.app/volumes \
--header 'X-API-Key: <api-key>'[
{
"volumeID": "<string>",
"name": "<string>"
}
]