Skip to main content
GET
Get latest Devin Review status

Permissions

Requires a service user with the UseReviewManual permission for the specified organization.

Authorizations

Authorization
string
header
required

Service User credential (prefix: cog_)

Path Parameters

org_id
string
required

Organization ID (prefix: org-)

Example:

"org-abc123def456"

Query Parameters

pr_url
string
required

Full URL of the pull/merge request to look up (e.g. https://github.com/owner/repo/pull/123).

Example:

"https://github.com/owner/repo/pull/123"

commit_sha
string | null

Commit SHA to look up (full or short prefix). Defaults to the PR's current head commit when omitted.

Example:

"abc123def4567890abc123def4567890abc123de"

Response

Successful Response

commit_sha
string
required

Commit SHA of the PR head that will be reviewed.

created_at
string<date-time>
required

When the review was accepted.

pr_number
integer
required

Pull/merge request number.

repo_path
string
required

Normalized host-prefixed repo path (e.g. github.com/owner/repo).

status
enum<string>
required

Current review status. Newly accepted reviews start as pending.

Available options:
pending,
running,
completed,
errored,
cancelled