list_decoders
Retrieve Wazuh decoders with name filtering, sorting, and pagination for efficient rule management.
Instructions
List all available Wazuh decoders with optional name filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by decoder name | |
| sort | No | Sort field with direction prefix (e.g., '-name') | |
| limit | No | Maximum number of items to return (1-100) | |
| offset | No | Pagination offset |