Skip to content
Management API Reference

Gets project's storage config

get/v1/projects/{ref}/config/storage

The fine-grained token must include the following permissions to access this endpoint:

  • storage_config_read

Path parameters

  • ref
    Required
    string

    Project ref

Response codes

  • 200
  • 401
  • 403
  • 429
  • 500

Response (200)

{
"fileSizeLimit": -9007199254740991,
"features": {
"imageTransformation": {
"enabled": true
},
"s3Protocol": {
"enabled": true
},
"purgeCache": {
"enabled": true
},
"icebergCatalog": {
"enabled": true,
"maxNamespaces": 0,
"maxTables": 0,
"maxCatalogs": 0
},
"vectorBuckets": {
"enabled": true,
"maxBuckets": 0,
"maxIndexes": 0
}
},
"capabilities": {
"list_v2": true,
"iceberg_catalog": true
},
"external": {
"upstreamTarget": "main"
},
"migrationVersion": "lorem",
"databasePoolMode": "lorem"
}