get_links
Retrieve static properties (length, diameter, roughness, pump speed, valve setting) for network links by ID, or list all up to 250 per page.
Instructions
Inspect static properties of network links (pipes: length/diameter/roughness; pumps: speed/power/head curve; valves: diameter/setting). Pass specific link 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 link to return; combine with the 250-item cap to page through large networks. | |
| linkIds | No | Link ids to inspect. Omit to list all links (capped at 250 per page). | |
| networkId | Yes | The network id returned by load_network. |