Return the latest Devin Review for a PR scoped to the organization.
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.
Documentation Index
Fetch the complete documentation index at: https://docs.devinenterprise.com/llms.txt
Use this file to discover all available pages before exploring further.
UseReviewManual permission for the specified organization.Service User credential (prefix: cog_)
Organization ID (prefix: org-)
"org-abc123def456"
Full URL of the pull/merge request to look up (e.g. https://github.com/owner/repo/pull/123).
"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.
"abc123def4567890abc123def4567890abc123de"
Successful Response
Commit SHA of the PR head that will be reviewed.
When the review was accepted.
Pull/merge request number.
Normalized host-prefixed repo path (e.g. github.com/owner/repo).
Current review status. Newly accepted reviews start as pending.
pending, running, completed, errored