list_pull_requests
Retrieve pull requests from a Bitbucket repository with filtering by state and pagination controls.
Instructions
List Pull Requests for a repository on Bitbucket Cloud.
Args: repo_slug: Repository slug (name) state: PR state filter - OPEN, MERGED, DECLINED, SUPERSEDED, or ALL (default: OPEN) workspace: Bitbucket workspace (optional if configured) page: Page number for pagination (default: 1) pagelen: Number of results per page, max 50 (default: 25)
Returns: List of PRs with their details
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| state | No | OPEN | |
| workspace | No | ||
| page | No | ||
| pagelen | No |