event_get_event_handlers
Retrieve event handlers from Conductor, optionally filtered by event name and active status, to see how external events trigger workflows.
Instructions
Gets all event handlers or filters by event name and active status.
Event handlers define how Conductor responds to external events. They can trigger workflow executions or perform other actions when specific events occur.
Args: event: Optional event name to filter by active_only: If True, return only active event handlers (default: True)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event | No | ||
| active_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |