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