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

# Get Node Status

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

Returns information about the node status.

## Response `200`

The status of an event gateway node.

- object
  - `config_applied_at` string, date-time, required — The time the node succeeds in applying the configuration.
  - `config_version` string, required — 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/0261aef4b1e2/schema)
