Trigger Devin Review
Trigger a Devin Review for a pull/merge request.
Creates a database record that will be picked up by the review worker pool. Always fetches the latest commit from the PR.
Documentation Index
Fetch the complete documentation index at: https://docs.devin.ai/llms.txt
Use this file to discover all available pages before exploring further.
Permissions
Requires a service user with theUseReviewManual permission for the specified organization.Authorizations
Service User credential (prefix: cog_)
Path Parameters
Organization ID (prefix: org-)
"org-abc123def456"
Body
Full URL of the pull/merge request to review (e.g. https://github.com/owner/repo/pull/123).
"https://github.com/owner/repo/pull/123"
Response
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 