Get project's pgbouncer config
get
/v1/projects/{ref}/config/database/pgbouncerOAuth scopes
- database:read
The fine-grained token must include the following permissions to access this endpoint:
- database_read
Path parameters
- refRequiredstring
Project ref
Response codes
- 200
- 401
- 403
- 429
- 500
Response (200)
1{2 "default_pool_size": -9007199254740991,3 "ignore_startup_parameters": "lorem",4 "max_client_conn": -9007199254740991,5 "pool_mode": "transaction",6 "connection_string": "lorem",7 "server_idle_timeout": -9007199254740991,8 "server_lifetime": -9007199254740991,9 "query_wait_timeout": -9007199254740991,10 "reserve_pool_size": -900719925474099111}