---
title: "List AI Gateways"
method: GET
path: "/v1/ai-gateways"
tags: ["AI Gateways"]
---

# List AI Gateways

`GET /v1/ai-gateways`

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

Returns a list of AI Gateways in the organization.

## Query parameters

- `page[size]` integer
- `page[number]` integer

## Response `200`

A paginated list of AI Gateways.

- object
  - `data` AIGateway[], required
    - `display_name` string, required — The display name for this AI Gateway.
    - `name` string, required — The name for this AI Gateway. This value is immutable after creation.
    - `description` string — The description of the AI Gateway.
    - `proxy_urls` AIGatewayProxyURL[] — Array of proxy URLs associated with reaching the data-planes connected to a control-plane.
      - `host` string, required — Hostname of the proxy URL.
      - `port` integer, required — Port of the proxy URL.
      - `protocol` string, required — Protocol of the proxy URL.
    - `labels` PublicLabels — Public labels store information about an entity that can be used for filtering a list of objects. Public labels are intended to store **PUBLIC** metadata. Keys must be of length 1-63 characters, and cannot start with "kong", "konnect", "mesh", "kic", or "_".
    - `id` string, uuid, required — Contains a unique identifier used for this resource.
    - `deployment_type` 'hybrid' | 'managed' | 'serverless', required — How this AI Gateway's control plane is deployed.
    - `endpoints` object, required — Object containing AI Gateway access endpoints.
      - `configuration` string, url, required — Configuration Endpoint.
      - `telemetry` string, url, required — Telemetry Endpoint.
    - `config_version` string — The version identification of the latest configuration of the gateway. Any change to an entity under this gateway can result in a new version. The config_version is generated in the control plane and used to verify if an AI Gateway node configuration is up to date.
    - `created_at` string, date-time, required — An ISO-8601 timestamp representation of entity creation date.
    - `updated_at` string, date-time, required — An ISO-8601 timestamp representation of entity update date.
  - `meta` PaginatedMeta, required — returns the pagination information
    - `page` PageMeta, required — Contains pagination query parameters and the total number of objects returned.
      - `number` number, required
      - `size` number, required
      - `total` number, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests

## Changes

- **2026-08-24** `46dabd88efd3` — 1 info
  - added the required property `data/items/deployment_type` to the response with the `200` status
- **2026-08-07** `0261aef4b1e2` — 1 breaking, 2 info
  - the `data/items/name` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - removed `#/components/schemas/AIGatewayEntityIdentifier` from the `data/items/name` response property `allOf` list for the response status `200`
  - the `data/items/name` response's property pattern `^[0-9a-z-]+$` was added for the status `200`
- **2026-07-22** `231c616fc23b` — 1 warning, 1 info
  - removed the optional property `data/items/config_hash` from the response with the `200` status
  - added the optional property `data/items/config_version` to the response with the `200` status
- **2026-07-16** `a2e95e9f6c80` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/kong/apis/konnect-api-go-sdk/changes/v1/ai-gateways/get.md)

---

[API](https://skmtc.dev/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.dev/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/revisions/7d3c634668f8/schema)
