data_application_uldata_list
Retrieve application uplink data records for a unit, filtered by device, network, address, profile, or time range to locate specific transmissions.
Instructions
List application uplink data records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| addr | No | Filter by network address. | |
| sort | No | Sort key:order. Keys: proc, pub, time, 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 time. 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. |