list_pull_requests
Retrieve pull requests from a Bitbucket repository with filtering options for state and result limits.
Instructions
List pull requests in a repository.
Args:
repo_slug: Repository slug
state: Filter by state: OPEN, MERGED, DECLINED, SUPERSEDED (default: OPEN)
limit: Maximum number of results (default: 20, max: 100)
Returns:
List of PRs with basic infoInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| state | No | OPEN | |
| limit | No |