list_pipeline_steps
Retrieve detailed steps from a Bitbucket pipeline to monitor execution progress and identify specific stages within CI/CD workflows.
Instructions
List steps in a pipeline.
Args: repo_slug: Repository slug (name) pipeline_uuid: Pipeline UUID (with or without braces) workspace: Bitbucket workspace (optional if configured)
Returns: List of pipeline steps with their details
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| pipeline_uuid | Yes | ||
| workspace | No |