---
title: "Get an Expected Config Version"
method: GET
path: "/v2/control-planes/{controlPlaneId}/expected-config-version"
tags: ["DP Nodes"]
---

# Get an Expected Config Version

`GET /v2/control-planes/{controlPlaneId}/expected-config-version`

Retrieve the expected config version for this control plane. For data planes that track the config version (e.g. those that run with Incremental Config Sync enabled), the expected config version can be used to verify if the config version of a data plane node is up to date with the control plane. The config version will be the same if they are in sync.

## Response `200`

Response body for retrieving the expected config version of the control plane.

- object
  - `expected_config_version` string, required — The expected configuration version.
  - `created_at` integer — Date the control plane configuration version was created.

---

[API](https://skmtc.net/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.net/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/versions/f920f418f552/schema)
