v61

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-018131,3812.6 MB
AI Gateway Nodes

Get the 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.

get/v1/ai-gateways/{gatewayId}/expected-config-version

Response

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

expected_config_versionstring required

The expected configuration version.

created_atstring date-time

An ISO-8601 timestamp representation of entity creation date.

Example response

{
  "created_at": "2022-11-04T20:10:06.927Z"
}