get_pipeline_status
Retrieve the current status of a pipeline run by providing its run ID. Optionally specify project directory or request JSON output.
Instructions
Get status of a pipeline run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Project directory. Defaults to current working directory. | |
| json | No | Return pure JSON string instead of Markdown format. | |
| run_id | Yes | Pipeline run ID. |