get_inbox_pull_requests
Retrieve pull requests assigned to you as a reviewer from your Bitbucket inbox. Supports pagination with limit and start parameters.
Instructions
Returns pull requests in the authenticated user's inbox where they are assigned as a reviewer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of pull requests to return (default: 25) | |
| start | No | Starting index for pagination (default: 0) |