Manage workflows in your workspace. Requires a key with workflows:read (list/show/runs) or workflows:run (run) scope.
Retrieves a single workflow by UUID, including its full definition (graph and execution config).
Triggers an execution run of the workflow. The workflow definition encodes all input parameters — no request body is sent.
With --watch, the CLI polls the run status until it reaches a terminal state (completed, failed, or cancelled):
interval = min(interval × 2, 30) after each non-terminal responseRetry-After header value is used instead of the computed intervalCtrl+C: sends a cancel request for the run, then exits 130Lists the run history for a workflow, most recent first.