list_dashboard_pull_requests
Retrieve pull requests visible to the authenticated user across all repositories, with filters for state, role, and closure date, paginated and sorted.
Instructions
List pull requests visible to the authenticated user across all repositories (paginated).
Returns PRs from all projects/repos where the user has access, filtered by state and role.
Args: state: PR state filter - 'OPEN', 'DECLINED', 'MERGED', or 'ALL' (default 'OPEN'). role: Filter by user's role - 'AUTHOR', 'REVIEWER', or 'PARTICIPANT' (optional). closed_since: Only include PRs closed after this epoch timestamp in milliseconds (optional). order: Sort order - 'OLDEST' or 'NEWEST' (default 'NEWEST'). start: Page start index (default 0). limit: Number of results per page (default 25).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | OPEN | |
| role | No | ||
| closed_since | No | ||
| order | No | NEWEST | |
| start | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |