get_pipeline
Retrieve the current status of a Bitbucket pipeline run, including its state, duration, and step-by-step execution details.
Instructions
Get status of a pipeline run.
Args:
repo_slug: Repository slug
pipeline_uuid: Pipeline UUID (from trigger_pipeline)
Returns:
Pipeline status including state, duration, and stepsInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| pipeline_uuid | Yes |