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

# Get a Node

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

Returns information about a specific node associated with the Event Gateway.

## Response `200`

A single node object.

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