---
title: "Get the Expected Config Version"
method: GET
path: "/v1/ai-gateways/{gatewayId}/expected-config-version"
tags: ["AI Gateway Nodes"]
---

# Get the Expected Config Version

`GET /v1/ai-gateways/{gatewayId}/expected-config-version`

**Pre-release Endpoint**
This endpoint is currently in beta and is subject to change.

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

## Response `200`

Response body for retrieving the expected config version of the AI Gateway.

- AIGatewayExpectedConfigVersion
  - `expected_config_version` string, required — The expected configuration version.
  - `created_at` string, date-time — An ISO-8601 timestamp representation of entity creation date.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests

---

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