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