prtg_get_sensor_data
Retrieve channel measurement history for a sensor to analyze performance trends and troubleshoot issues.
Instructions
Get channel measurement history (the actual monitoring/performance data) for a sensor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Sensor ID (from prtg_list_sensors or prtg_list_alarms). | |
| limit | No | Number of objects to return (max 3000). Defaults to 100. | |
| filter | No | PRTG filter expression to narrow results, e.g. "status == 'Down'". See PRTG API v2 Overview: Filters. | |
| offset | No | Zero-based offset into the result set. Defaults to 0. | |
| sort_by | No | Comma-separated list of fields to sort by. Ascending by default; prefix a field with '-' for descending. |