---
title: "List all Event Gateways"
method: GET
path: "/v1/event-gateways"
tags: ["Event Gateways"]
---

# List all Event Gateways

`GET /v1/event-gateways`

Returns an array of gateway objects containing information about the Konnect Event Gateways.

## Query parameters

- `page[size]` integer
- `page[after]` string
- `filter` object
  - `name` StringFieldContainsFilter — Filters on the given string field value by fuzzy match.
    - `contains` string, required

## Response `200`

A paginated list response for a collection of gateways.

- object
  - `meta` CursorMeta, required — Pagination metadata.
    - `page` CursorMetaPage, required
      - `first` string, path — URI to the first page
      - `last` string, path — URI to the last page
      - `next` string, path, nullable, required — URI to the next page
      - `previous` string, path, nullable, required — URI to the previous page
      - `size` number, required — Requested page size
  - `data` EventGatewayInfo[], required
    - `id` string, uuid, required — The gateway ID.
    - `name` string, required — The name of the Gateway.
    - `description` string — A human-readable description of the Gateway.
    - `labels` Labels — Labels store metadata of an entity that can be used for filtering an entity list or for searching across entity types. Keys must be of length 1-63 characters, and cannot start with "kong", "konnect", "mesh", "kic", or "_".
    - `created_at` string, date-time, required — An ISO-8604 timestamp representation of gateway creation date.
    - `updated_at` string, date-time, required — An ISO-8604 timestamp representation of gateway update date.
    - `nodes_total` integer, required — The total number of nodes associated with the Event Gateway.
    - `virtual_clusters_total` integer, required — The total number of virtual clusters associated with the Event Gateway.
    - `min_runtime_version` string, required — The minimum runtime version supported by the API. This is the lowest version of the data plane release that can be used with the entity model. When not specified, the minimum runtime version will be pinned to the latest available release.
    - `version` string, required — The version number of the event gateway. Every change to an entity under this gateway will modify the version.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal
- `503` — Service not available

---

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