get_nodes
Retrieve static properties (elevation, demand, head, levels) for network nodes. Filter by node IDs or list paginated results up to 250 per page.
Instructions
Inspect static properties of network nodes (junctions: elevation/demand; reservoirs: head; tanks: levels/diameter). Pass specific node ids to keep the response small; omit to get a capped listing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | Zero-based index of the first node to return; combine with the 250-item cap to page through large networks. | |
| nodeIds | No | Node ids to inspect. Omit to list all nodes (capped at 250 per page). | |
| networkId | Yes | The network id returned by load_network. |