Athena
Pools

List runtime Postgres connection pool statistics and health

Returns per-client pool runtime snapshots (init time, usage) plus sqlx pool metrics (size, idle, active, max) when available. Admin-only.

GET
/admin/pools

Header Parameters

apikey*string

The static admin key configured as ATHENA_KEY_12. Authorization headers (Bearer <key>), X-API-Key, X-Athena-Key, or ?api_key= are also accepted.

Response Body

application/json

curl -X GET "https://athena-cluster.com/admin/pools" \  -H "apikey: string"
Empty
Empty
{
  "status": "error",
  "message": "string",
  "error": "string"
}