data_application_dldata_list
List application downlink data records with filters for unit, device, network, address, profile, and time range. Retrieve paginated results sorted by process or response time to track IoT downlinks.
Instructions
List application downlink data records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| addr | No | Filter by network address. | |
| sort | No | Sort key:order. Keys: proc, 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 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. |