List PRs
list_prsList pull requests in a Bitbucket repository, with filters for state, author, or branch, returning results newest first.
Instructions
List pull requests in a Bitbucket repository. Filter by state, author UUID, or branch. Returns up to limit results sorted newest first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Bitbucket repo slug. | |
| limit | No | Maximum number of PRs to return. Default 20. | |
| state | No | PR state filter. Default OPEN. | |
| author | No | Author UUID filter. | |
| branch | No | Source branch filter. | |
| workspace | No | Bitbucket workspace (slug). |