list_protection_runs
Retrieve recent backup runs for a Cohesity protection group with status, duration, and data size details. Filter by run type, status, or time range to monitor backup operations.
Instructions
List recent backup runs for a Cohesity protection group with status, duration, and data size
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| protection_group_id | Yes | Protection group ID to list runs for | |
| run_types | No | Filter by run type | |
| local_backup_run_status | No | Filter by run status | |
| start_time_usecs | No | Filter runs that started after this Unix timestamp in microseconds | |
| end_time_usecs | No | Filter runs that ended before this Unix timestamp in microseconds | |
| max_results | No | Maximum number of runs to return |