---
title: "List Nodes"
method: GET
path: "/v1/event-gateways/{gatewayId}/nodes"
tags: ["Event Gateway Nodes"]
---

# List Nodes

`GET /v1/event-gateways/{gatewayId}/nodes`

Returns a list of nodes associated with the specified Event Gateway.

## Query parameters

- `page[size]` integer
- `page[after]` string

## Response `200`

A paginated list response for a collection of nodes associated with an Event Gateway.

- 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` GatewayNode[]
    - `id` string, uuid, required — The node ID.
    - `version` string, required — The string representation of the node current version.
    - `last_seen_at` string, date-time, required — An ISO-8604 timestamp representation of node last seen date.
    - `created_at` string, date-time, required — An ISO-8604 timestamp representation of node creation date.
    - `updated_at` string, date-time, required — An ISO-8604 timestamp representation of node update date.
    - `config_applied_at` string, date-time — The time the node succeeds in applying the configuration.
    - `config_version` string — The version number of the configuration applied by the node.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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