---
title: "List Event Gateway Static Keys"
method: GET
path: "/v1/event-gateways/{gatewayId}/static-keys"
tags: ["Event Gateway Static Keys"]
---

# List Event Gateway Static Keys

`GET /v1/event-gateways/{gatewayId}/static-keys`

Returns a list of static keys associated to this event gateway.

## 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 static keys.

- object
  - `meta` CursorMeta — 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` EventGatewayStaticKey[]
    - `name` string, required — The unique name of the static key.
    - `description` string — A human-readable description of the static key.
    - `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 "_".
    - `id` string, uuid, required — The unique identifier of the static key.
    - `value` string — A sensitive value containing the secret or a reference to a secret as a template string expression. If the value is provided as plain text, it is encrypted at rest and omitted from API responses. If provided as an expression, the expression itself is stored and returned by the API.
    - `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.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[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/revisions/b1ea6bd77dec/schema)
