list_dashboard_pull_requests
Retrieve pull requests from your Bitbucket dashboard with filters for state, role, and participant status. Supports pagination and custom field selection.
Instructions
Get pull requests from the authenticated user dashboard. No project/repo needed. Supports custom field selection via the fields param ('*all' for full raw response, 'id,title,state' for a custom subset).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | Filter by user role. | |
| limit | No | Maximum number of results to return (default: 25, max: 100). | |
| order | No | Sort order. | |
| start | No | Start index for pagination (default: 0). | |
| state | No | Filter by state. | |
| fields | No | Comma-separated fields to return (dot notation for nested paths). Omit for a curated default; use '*all' for the full raw API response. | |
| closedSince | No | Only return PRs closed after this timestamp (epoch ms). | |
| participantStatus | No | Filter by participant status. |