prtg_list_probes
Retrieve a list of PRTG probes (monitoring agents) with optional filtering, sorting, and pagination to identify local, remote, or mini probes and chain into detailed probe data.
Instructions
List probes (the monitoring agents - local, remote, or mini - that run the actual sensor checks). Each probe's id chains into prtg_get_probe, prtg_get_probe_network_info, and prtg_get_object_sensor_summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. |