get_sca_checks
Retrieve individual SCA compliance check results for a Wazuh agent's policy, with optional filters for result type, limit, and pagination offset.
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 checks to return (1-500) | |
| offset | No | Pagination offset |