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

# Get an Expected Config Hash

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

Retrieve the expected config hash for this control plane. The expected config hash can be used to verify if the config hash of a data plane node is up to date with the control plane. The config hash will be the same if they are in sync.

## Response `200`

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

- object
  - `expected_hash` string, required — The expected configuration hash.
  - `created_at` integer, required — Date the control plane configuration was created.
  - `updated_at` integer, required — Date the control plane configuration was last updated.

---

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