---
title: "Get the current Service Fabric cluster version."
method: GET
path: "/$/GetClusterVersion"
tags: ["Cluster"]
---

# Get the current Service Fabric cluster version.

`GET /$/GetClusterVersion`

If a cluster upgrade is happening, then this API will return the lowest (older) version of the current and target cluster runtime versions.

## Query parameters

- `api-version` '6.4', required
- `timeout` integer

## Response `200`

A successful operation will return 200 status code and the requested cluster version information.

- ClusterVersion — The cluster version.
  - `Version` string — The Service Fabric cluster runtime version.

## Other responses

- `default` — The detailed error response.

---

[API](https://skmtc.net/azure/apis/servicefabric-servicefabric.md) · [All operations](https://skmtc.net/azure/apis/servicefabric-servicefabric/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/servicefabric-servicefabric/revisions/8fd479ce0f16/schema)
