---
title: "List Postgres Clusters"
method: GET
path: "/postgres"
tags: ["Postgres Clusters"]
---

# List Postgres Clusters

`GET /postgres`

List Managed Postgres clusters for an organization.

## Query parameters

- `org_slug` string, required
- `include_deleted` boolean

## Response `200`

OK

- ListPostgresClustersResponse
  - `data` PostgresClusterSummary[]
    - `attached_apps` PostgresAttachedApp[] — Apps attached to the cluster.
      - `name` string — Attached Fly app name.
    - `created_at` string — RFC 3339 creation timestamp.
    - `deleted_at` string — RFC 3339 deletion timestamp; present for deleted clusters.
    - `id` string — Cluster ID.
    - `name` string — Cluster name.
    - `plan` 'basic' | 'starter' | 'launch' | 'scale' | 'Performance' — Plan slug.
    - `region` string — Fly region code.
    - `status` 'creating' | 'initializing' | 'ready' | 'deleting' | 'deleted' | 'failed' — Current lifecycle status.

## Other responses

- `404` — Organization not found
- `422` — include_deleted must be true or false

---

[API](https://skmtc.net/machines/apis/machines-api.md) · [All operations](https://skmtc.net/machines/apis/machines-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/machines/machines-api/versions/633ddedda749/schema)
