get_pull_request_activity
Retrieve the activity feed for a Bitbucket pull request. Optionally filter by reviews or comments and exclude specific users.
Instructions
Get activity feed for a pull request. Optionally filter to only reviews or comments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prId | Yes | Pull request ID. | |
| limit | No | Maximum number of results to return (default: 25, max: 100). | |
| start | No | Start index for pagination (default: 0). | |
| 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. | |
| filter | No | Filter activity type (default: all). | |
| project | No | Project key. Defaults to BITBUCKET_DEFAULT_PROJECT. | |
| repository | Yes | Repository slug. | |
| excludeUsers | No | Usernames to exclude from results (e.g. bot accounts like sa_sec_appsec_auto). |