List the review threads of a reviewed pull request
Pr Reviews
List the review threads of a reviewed pull request
The listing getTaskGithubPullRequestThreads serves, addressed by the pull request row instead of an authoring task: the PR review page renders threads for pull requests it did not open. Fetched live from GitHub GraphQL at request time; nothing is persisted. The listing is all-or-nothing — pagination runs to exhaustion and a pull request past the hard caps fails with 502 rather than returning a truncated 200. 404 semantics match getPRReviewDiff and are resolved before any GitHub call, including the caller’s current GitHub installation link.
GET
List the review threads of a reviewed pull request