Get latest Devin Review status
Return the latest Devin Review for a PR scoped to the enterprise.
The owning organization is resolved server-side from pr_url — the same way as the trigger endpoint. When commit_sha is omitted, the PR's current head commit is fetched from the provider and used. Returns 404 when no review exists for the resolved commit.
Query parameters
Full URL of the pull/merge request to look up (e.g. https://github.com/owner/repo/pull/123).
Full URL of the pull/merge request to look up (e.g. https://github.com/owner/repo/pull/123).
Commit SHA to look up (full or short prefix). Defaults to the PR's current head commit when omitted.
Commit SHA to look up (full or short prefix). Defaults to the PR's current head commit when omitted.
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.