# List Postgres Clusters (/postgres-clusters/Postgres_list)

List Managed Postgres clusters for an organization.

`GET /v1/postgres`

## Parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| `org_slug` | query | `string` | Yes | Fly Organization Slug |
| `include_deleted` | query | `boolean` | No | Include deleted clusters |

## Responses

| Status | Description | Schema |
| --- | --- | --- |
| `200` | OK | `listPostgresClustersResponse` |
| `404` | Organization not found | `PostgresErrorResponse` |
| `422` | include_deleted must be true or false | `PostgresErrorResponse` |

The full machine-readable OpenAPI spec is available at /openapi.json.