list_pull_requests
Retrieve pull requests from a repository with optional filters for status, creator, reviewer, and branch.
Instructions
List pull requests in a repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Maximum number of pull requests to return (default: 10) | |
| skip | No | Number of pull requests to skip for pagination | |
| status | No | Filter by pull request status | |
| creatorId | No | Filter by creator ID (must be a UUID string) | |
| projectId | No | The ID or name of the project (Default: MyProject) | |
| reviewerId | No | Filter by reviewer ID (must be a UUID string) | |
| repositoryId | Yes | The ID or name of the repository | |
| sourceRefName | No | Filter by source branch name | |
| targetRefName | No | Filter by target branch name | |
| organizationId | No | The ID or name of the organization (Default: mycompany) |