v3

OpenAPI 3.1.0MIT2026-07-31192456807.8 KB
DeploymentsVolumes

Get the list of project volumes

Retrieve all volumes in your project

get/deployments/storage/volumes

Response

List of volumes

object'list'

The object type, which is always list.

Example response

{
  "data": [
    {
      "content": {
        "source_prefix": "models/",
        "type": "files"
      }
    }
  ]
}