Postgres Clusters
List Databases
List all databases within a specific cluster.
List all databases within a specific cluster.
Authorization
bearerAuth AuthorizationBearer <token>
A Fly.io access token. Create one with fly tokens create.
In: header
Path Parameters
postgres_cluster_id*string
Managed Postgres Cluster ID
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/postgres/string/databases"{ "data": [ { "name": "string" } ]}{ "error": "string"}