Schema
Cycle
One execution of a Workplan. NEVER called a 'run' — workstream executions are Cycles (Stuart 2026-05-08).
| Field | Type | Description |
|---|---|---|
id | string | — |
blueprint_id | string | Parent Workplan id. Field name kept as `blueprint_id` (deprecated alias) for back-compat. |
status | "pending" | "running" | "paused" | "awaiting_approval" | "completed" | "failed" | "cancelled" | —pendingrunningpausedawaiting_approvalcompletedfailedcancelled |
started_at | string (date-time) | — |
completed_at | string (date-time) | — |
current_task_id | string | — |
progress_pct | number | — |
inputs | object | —show nestedEmpty object. |
outputs | object | —show nestedEmpty object. |