onepin workflows
Manage workflows in your workspace. Requires a key with workflows:read (list/show/runs) or workflows:run (run) scope.
list
Synopsis
Flags
Examples
Output (table)
show
Synopsis
Description
Retrieves a single workflow by UUID, including its full definition (graph and execution config).
Examples
Errors
run
Synopsis
Description
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):
- Initial poll interval: 2 s
- Backoff:
interval = min(interval × 2, 30)after each non-terminal response - Jitter: ±20% applied per poll to avoid thundering herd
- 429 responses: the
Retry-Afterheader value is used instead of the computed interval Ctrl+C: sends a cancel request for the run, then exits 130
Flags
Examples
Exit codes
Errors
runs
Synopsis
Description
Lists the run history for a workflow, most recent first.

