get_worker_history
Retrieve the last 10 execution records for a worker, including timestamps, trigger type, success status, duration, and error messages. Use it to quickly audit worker performance and diagnose failures.
Instructions
Get the last 10 run history entries for a worker. Returns triggered_at, trigger_type, success, duration_ms, error_msg.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| worker_id | Yes |