get_diagnostic_remediation_results
Fetch structured execution results for diagnostic and remediation runs by alert or host ID, including status, trigger type, executor, script output, and timing.
Instructions
Get structured execution results for diagnostic and remediation source runs: status, trigger type, executor, script output, and timing. Provide exactly one of alert_id or host_id. Time window params are epoch milliseconds; result timestamps are epoch seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results per page | |
| cursor | No | Diagnostic-side cursor from a previous response (not valid with module_type "both") | |
| offset | No | Page offset | |
| host_id | No | Device/host ID (exactly one of alert_id/host_id) | |
| alert_id | No | Alert ID (exactly one of alert_id/host_id) | |
| end_time_ms | No | Window end, epoch milliseconds | |
| module_type | No | Which module results to return | both |
| start_time_ms | No | Window start, epoch milliseconds | |
| remediation_cursor | No | Remediation-side cursor from a previous response (not valid with module_type "both") | |
| diagnostic_source_id | No | Filter to one DiagnosticSource by ID | |
| remediation_source_id | No | Filter to one RemediationSource by ID | |
| diagnostic_source_name | No | Filter to one DiagnosticSource by name | |
| remediation_source_name | No | Filter to one RemediationSource by name |