recent_events
Get recent events from the 3D printing workflow: job lifecycle, printer state changes, and safety warnings. Filter by event type prefix and limit the number of results.
Instructions
Get recent events from the Kiln event bus.
Args:
limit: Maximum number of events to return (default 20, max 100).
type: Filter by event type prefix (e.g. ``"print"`` matches
``print.started``, ``print.completed``; ``"job"`` matches
``job.submitted``, ``job.completed``). Omit for all events.
Returns events covering job lifecycle, printer state changes,
safety warnings, and more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | ||
| limit | No |