get_pipeline
Retrieve detailed information about a specific Bitbucket pipeline, including its current state, execution steps, and duration for monitoring and analysis.
Instructions
Get details of a specific pipeline.
Args: repo_slug: Repository slug (name) pipeline_uuid: Pipeline UUID (with or without braces) workspace: Bitbucket workspace (optional if configured)
Returns: Pipeline details including state, steps, and duration
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| pipeline_uuid | Yes | ||
| workspace | No |