listPipelineRuns
Retrieve pipeline runs for a repository, filtered by status, trigger type, or branch. Supports paginated and full result retrieval.
Instructions
List pipeline runs for a repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | When true (and no page is provided), automatically follows Bitbucket next links to return all items up to 1000. | |
| page | No | Bitbucket page number to fetch (1-based). | |
| limit | No | Deprecated alias for pagelen. Use pagelen/page/all for pagination control. | |
| status | No | Filter pipelines by status | |
| pagelen | No | Number of items per page (Bitbucket pagelen). Defaults to 10 and caps at 100. | |
| repo_slug | Yes | Repository slug | |
| workspace | Yes | Bitbucket workspace name | |
| trigger_type | No | Filter pipelines by trigger type | |
| target_branch | No | Filter pipelines by target branch |