Skip to Content
CLICommandskh run status

kh run status

Show the status of a run

Synopsis

Show the current status of a workflow run. Use —watch to poll until the run reaches a terminal state (success, error, or cancelled). Watch mode has no timeout and runs until Ctrl+C.

See also: kh r l, kh r cancel, kh wf run

kh run status <run-id> [flags]

Examples

# Show run status kh r st abc123 # Watch until run completes kh r st abc123 --watch

Options

-h, --help help for status --watch Live-update until complete

Options inherited from parent commands

-H, --host string KeeperHub host (default: app.keeperhub.com) --jq string Filter JSON output with a jq expression --json Output as JSON --no-color Disable color output -y, --yes Skip confirmation prompts

SEE ALSO

  • kh run - Monitor workflow runs