Postgres Clusters
List Backups
List all backups associated with a specific cluster.
List all backups associated with 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/backups"{ "data": [ { "finished_at": "string", "id": "string", "size_bytes": 0, "started_at": "string", "status": "completed", "type": "full" } ]}{ "error": "string"}