Get the changed files of the task's published pull request at a pinned commit
The same live GitHub file listing getPRReviewDiff serves, for the task’s published pull request instead of a reviewed one: patch is absent when GitHub provides none (binary or oversized files), and truncated is true at GitHub’s 3000-file cap. Nothing is cached or persisted. head_sha pins the answer to one commit — the diff is served only while that commit is still the pull request’s head, and a head that has moved is a 409 rather than the diff of a different commit. 404 covers a task that is not the caller’s and one with no published pull request.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
40^[0-9a-f]{40}$