getPipelineRun
Retrieve detailed information for a specific pipeline run including its status, steps, and logs by providing the workspace, repository, and pipeline UUID.
Instructions
Get details for a specific pipeline run
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | Yes | Bitbucket workspace name | |
| repo_slug | Yes | Repository slug | |
| pipeline_uuid | Yes | Pipeline UUID | |
| pagelen | No | Number of items per page (Bitbucket pagelen). Defaults to 10 and caps at 100. | |
| page | No | Bitbucket page number to fetch (1-based). | |
| all | No | When true (and no page is provided), automatically follows Bitbucket next links to return all items up to 1000. |