List schematic wires
easyeda_schematic_wiresRetrieve wire segments from a schematic project, providing coordinates, net name, color, and style. Pagination (limit/offset) overcomes the 50-wire-per-call cap.
Instructions
List wire segments: primitiveId, line coordinates, net name, color, style. Page with offset (check total) past the 50-wire-per-call cap. primitiveId is required by delete_primitive/modify_primitive — schematic_nets alone cannot resolve a wire ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| projectId | Yes | The project/schematic ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| total | Yes | ||
| wires | Yes | ||
| project_id | Yes | ||
| not_available | No | ||
| read_consistency | No |