Skip to main content
GET
/
deployments
/
storage
/
volumes
Together AI SDK (v2)
from together import Together
client = Together()

volumes = client.beta.jig.storage.volumes.list()
print(volumes)
{
  "data": [
    {
      "content": {
        "source_prefix": "models/",
        "type": "files"
      },
      "created_at": "<string>",
      "id": "<string>",
      "name": "<string>",
      "object": "<unknown>",
      "type": "readOnly",
      "updated_at": "<string>"
    }
  ],
  "object": "<unknown>"
}

Authorizations

Authorization
string
header
default:default
required

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

Response

List of volumes

data
object[]

Data is the array of volume items

object
any

The object type, which is always list.