# Get Postgres Cluster (/postgres-clusters/Postgres_show)

Get details of a specific Managed Postgres cluster.

`GET /v1/postgres/{postgres_cluster_id}`

## Parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| `postgres_cluster_id` | path | `string` | Yes | Managed Postgres Cluster ID |

## Responses

| Status | Description | Schema |
| --- | --- | --- |
| `200` | OK | `showPostgresClusterResponse` |
| `404` | Cluster not found | `PostgresErrorResponse` |

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