comfy_get_events
Drain buffered events from the EventManager, optionally filtering by event type and setting a limit. Returns events list and count.
Instructions
Drain buffered events from EventManager.
Args: event_type: Optional filter by event type limit: Maximum number of events to return (default 100)
Returns: JSON with events list and count
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| event_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |