list_inbox_pull_requests
Retrieve pull requests in your inbox requiring your review, with optional role filter and pagination.
Instructions
List pull requests in the authenticated user's inbox (PRs needing review action).
The inbox contains PRs where the user has been added as a reviewer and has not yet completed their review.
Args: role: Filter by role - typically 'REVIEWER' (default 'REVIEWER'). start: Page start index (default 0). limit: Number of results per page (default 25).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | REVIEWER | |
| start | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |