data_network_dldata_list
Retrieve network downlink data records using filters for unit, device, network, address, profile, and time range. Sort and paginate results to find specific downlink transmissions for analysis.
Instructions
List network downlink data records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| addr | No | Filter by network address. | |
| sort | No | Sort key:order. Keys: proc, pub, resp, network, addr. | |
| tend | No | End time in milliseconds since epoch. | |
| unit | Yes | Unit ID (required for normal users). | |
| limit | No | Max items; 0 for all (default 100). | |
| device | No | Filter by device ID. | |
| offset | No | Data offset (default 0). | |
| tfield | No | Time field for filtering: proc, pub, or resp. Required when using tstart/tend. | |
| tstart | No | Start time in milliseconds since epoch. | |
| network | No | Filter by network code. | |
| profile | No | Filter by device profile. |