List Pull Requests

The Get Pull Requests operation retrieves a paginated list of all pull requests in a specified Bitbucket repository within a workspace. By making a GET request to /repositories/{workspace}/{repo_slug}/pullrequests, developers can access comprehensive information about pull requests including their status (open, merged, declined), authors, source and destination branches, creation dates, titles, descriptions, and reviewer information. This endpoint supports various query parameters for filteri...