gc_run
Control observable runs and retrieve execution event history. Abort running jobs, read durable event logs from a sequence number, or tail live events via SSE until completion or timeout.
Instructions
Observable run control and event history. Actions:
events: durable event log since a seq (non-SSE history read)
control: operator control (abort)
watch: SSE live tail (collects events until terminal or timeout)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Alias for execution_id | |
| since | No | Start seq (for events/watch, default 0) | |
| action | Yes | Action to perform | |
| reason | No | Abort reason (for control) | |
| timeout | No | Watch timeout (for watch) | |
| heartbeat | No | Watch heartbeat ms (for watch) | |
| execution_id | Yes | Run execution ID | |
| control_action | No | Control action (for control) |