listPullRequests
Filter and retrieve pull requests from a specified repository in Azure DevOps by creator, reviewer, or status, with options to skip and limit results.
Instructions
List pull requests
Input Schema
Name | Required | Description | Default |
---|---|---|---|
creatorId | No | Filter by creator | |
repositoryId | Yes | ID of the repository | |
reviewerId | No | Filter by reviewer | |
skip | No | Number of pull requests to skip | |
status | No | Filter by status | |
top | No | Maximum number of pull requests to return |