get_sca_checks
Retrieve individual SCA check results for a Wazuh agent, filterable by pass, fail, or not applicable status.
Instructions
Get individual check results for a specific SCA policy on a Wazuh agent
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | Agent identifier (e.g., '001') | |
| policy_id | Yes | SCA policy identifier (e.g., 'cis_debian10') | |
| result | No | Filter by check result: passed, failed, or not applicable | |
| limit | No | Maximum number of items to return (1-500) | |
| offset | No | Pagination offset |