How to find all pull requests on which I am a reviewer?

I’m trying to use the BitBucket API for BB Cloud to find all of the pull requests I’m a reviewer for. However, I don’t see any documented endpoints or API responses that include the people invited to review the PR. Additionally, the example filter field of reviewers.nickname does not return any results.

What’s the correct way to find the PRs I’m a reviewer on?

It turns out that although the <repo>/pullrequests endpoint doesn’t contain this information, the pullrequests/<id> endpoint does contain the list of participants and reviewers.