Skip to content
Management API Reference

Get project's pgbouncer config

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

OAuth scopes

  • database:read

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

  • database_read

Path parameters

  • ref
    Required
    string

    Project ref

Response codes

  • 200
  • 401
  • 403
  • 429
  • 500

Response (200)

{
"default_pool_size": -9007199254740991,
"ignore_startup_parameters": "lorem",
"max_client_conn": -9007199254740991,
"pool_mode": "transaction",
"connection_string": "lorem",
"server_idle_timeout": -9007199254740991,
"server_lifetime": -9007199254740991,
"query_wait_timeout": -9007199254740991,
"reserve_pool_size": -9007199254740991
}