Gets project's supavisor config
get
/v1/projects/{ref}/config/database/poolerOAuth scopes
- database:read
The fine-grained token must include the following permissions to access this endpoint:
- database_pooling_config_read
Path parameters
- refRequiredstring
Project ref
Response codes
- 200
- 401
- 403
- 429
- 500
Response (200)
1[2 {3 "identifier": "lorem",4 "database_type": "PRIMARY",5 "is_using_scram_auth": true,6 "db_user": "lorem",7 "db_host": "lorem",8 "db_port": -9007199254740991,9 "db_name": "lorem",10 "connection_string": "lorem",11 "connectionString": "lorem",12 "default_pool_size": -9007199254740991,13 "max_client_conn": -9007199254740991,14 "pool_mode": "transaction"15 }16]