Event Gateway Nodes
Get a Node
Returns information about a specific node associated with the Event Gateway.
get/v1/event-gateways/{gatewayId}/nodes/{eventGatewayNodeId}
Response
A single node object.
Example response
{
"id": "7f9fd312-a987-4628-b4c5-bb4f4fddd5f7",
"last_seen_at": "2025-08-04T20:10:06.927Z",
"created_at": "2025-08-04T20:10:06.927Z",
"updated_at": "2025-08-04T20:10:06.927Z",
"config_version": "v1.123"
}