Event Gateway Nodes
List Nodes
Returns a list of nodes associated with the specified Event Gateway.
get/v1/event-gateways/{gatewayId}/nodes
Query parameters
page[size]integer
Example:10
The maximum number of items to include per page. The last page of a collection may include fewer items.
page[after]string
Example:ewogICJpZCI6ICJoZWxsbyB3b3JsZCIKfQ
Request the next page of data, starting with the item after this parameter.
Response
A paginated list response for a collection of nodes associated with an Event Gateway.
Example response
{
"meta": {
"page": {
"size": 10
}
},
"data": [
{
"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"
}
]
}