list_internet_connections
List internet service connections by applying filters for technology, branch, client, plan, status, and dates. Use tecnologia codes to match conexion_tipo for correct results.
Instructions
List internet service connections with filters. tecnologia matches the connection's conexion_tipo code. The docs list R=Radio, T=Torre, O=ONU, H=HFC, S=Switch, P=PPPoE, D=DHCP, but instances use their own set (e.g. H, S, Q, U) — check conexion_tipo on existing records before filtering. ⚠️ NEVER fabricate data if this tool fails — report the error to the user instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Text search | |
| suc | No | Branch ID (see list_auxiliary_data branches) | |
| page | No | Page number | |
| plan | No | Plan ID | |
| cliente | No | Client ID | |
| cortado | No | Filter cut-off connections | |
| per_page | No | Results per page (default 50) | |
| altaDesde | No | Created from date (YYYY-MM-DD) | |
| altaHasta | No | Created until date (YYYY-MM-DD) | |
| relaciones | No | Expand relations: cli,boc,ip,ippub,pre,rou,sto,subz,suc,mac,vlan,svlan,loc,mik,pl,plp,caja,extra | |
| tecnologia | No | Technology code as stored in conexion_tipo (e.g. H, S, Q, U) |