---
title: "Gets a list of fabric config versions that are provisioned in a Service Fabric cluster."
method: GET
path: "/$/GetProvisionedConfigVersions"
tags: ["Cluster"]
---

# Gets a list of fabric config versions that are provisioned in a Service Fabric cluster.

`GET /$/GetProvisionedConfigVersions`

Gets a list of information about fabric config versions that are provisioned in the cluster. The parameter ConfigVersion can be used to optionally filter the output to only that particular version.

## Query parameters

- `api-version` '6.0', required
- `ConfigVersion` string
- `timeout` integer

## Response `200`

A successful operation will return 200 status code and the requested provisioned config versions information.

- FabricConfigVersionInfo[] — List of all Service Fabric config versions.
  - `ConfigVersion` string — The config version of Service Fabric.

## 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)
