GET
/
api
/
v1
/
shared_volumes
curl -X GET \
-H "Authorization: Bearer $TOGETHER_API_KEY" \
https://manager.cloud.together.ai/api/v1/shared_volumes
{
  "volumes": [
    {
      "volume_id": "<string>",
      "volume_name": "<string>",
      "size_tib": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

OK

The response is of type object.