/pipeline-status

Pipeline health + recent errors. With no argument, shows every pipeline; with a name, drills into one.

Category: slash-commands

Syntax

/pipeline-status [<name>]

Description

## Overview `/pipeline-status` summarizes pipeline health across the active workspace. With no argument, it returns one row per registered pipeline: latest run status, duration, next scheduled run. With a pipeline name, it drills into that pipeline's recent run history (last 24 hours by default) and surfaces any errors. ## Behavior - Catalog-backed; requires control-plane auth. - The list variant is the go-to view for an on-call check: sort by failures, drill in with `/open N` on any row to see the run-level detail. - The detail variant shows recent runs (last 24 hours), error messages, and the source file. Each run is a drill-in. - For a workspace-wide overview that is not pipeline-focused, use `/workspace` or `/context`.

Examples

/pipeline-status
/pipeline-status customer_etl
/pipeline-status gold_nightly

See Also

Open in interactive docs →   DeltaForge home →