Skip to content
Management API Reference

Gets project's supavisor config

get/v1/projects/{ref}/config/database/pooler

OAuth scopes

  • database:read

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

  • database_pooling_config_read

Path parameters

  • ref
    Required
    string

    Project ref

Response codes

  • 200
  • 401
  • 403
  • 429
  • 500

Response (200)

[
{
"identifier": "lorem",
"database_type": "PRIMARY",
"is_using_scram_auth": true,
"db_user": "lorem",
"db_host": "lorem",
"db_port": -9007199254740991,
"db_name": "lorem",
"connection_string": "lorem",
"connectionString": "lorem",
"default_pool_size": -9007199254740991,
"max_client_conn": -9007199254740991,
"pool_mode": "transaction"
}
]