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.
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"
}Create or update a database-backed pipeline template PUT
Previous Page
Provision a database with the Athena schema POST
Runs the bundled provisioning SQL against either a direct `uri` or a registered `client_name`. When `register` is true and `uri` is provided, the client is added to the runtime catalog after provisioning.