bdy pipeline run status

$bdy pipeline run status [options] <identifier> <run-id>

Pipeline run status. Required scopes: EXECUTION_INFO

ARGUMENTS
identifier
Human-readable ID of the pipeline (required)
run-id
ID of the pipeline run (required)
OPTIONS
-w, --workspace <domain>
Workspace URL handle. Can be set via variable: BUDDY_WORKSPACE
-p, --project <name>
Project name. Can be set via variable: BUDDY_PROJECT
-n, --no-wait
Do not wait for run to finish
--no-follow
Do not follow changes, only print final state
--format <text|jsonl>
Output format: jsonl, text. Default: text
-h, --help
display help for command

Documentation for bdy v1.22.49

Last modified on May 19, 2026

Examples

## pipeline run status
bdy pip run status pipeline-identifier run-id$
## pipeline run status, get only final jsonl
bdy pip run status pipeline-identifier run-id --no-follow --format jsonl$