Get a PR review
Fetches a PR review with its findings. Results are limited to repositories within the token’s rbac scopes.
Authorizations
API token obtained from the Tokens endpoint or CLI device login. Include as Authorization: Bearer <token>. Requests made with a managed CLI session also include X-Strix-Workspace: <organization_id> to pin a process to the workspace it started in; recovery endpoints report the current workspace after a concurrent switch.
Path Parameters
PR review id.
Response
PR review details.
One PR review run plus PR-wide reconciled finding counts in findings.
github, gitlab, bitbucket pending, running, completed, posting, posted, failed Source branch reviewed by this run.
Destination branch for the pull request. Null when the provider did not supply it.
webhook, manual review, verify_base, null The pull request's own lifecycle, stamped when a review starts and kept live by provider webhooks. Null on older reviews.
open, merged, closed, null approve, comment, request_changes, null Trigger-maintained count for this individual review run. Prefer the nested findings.total field for the PR-wide aggregate shown by list and detail views.
x >= 0Trigger-maintained unresolved count for this individual review run. Prefer nested findings.unresolved.total for the PR-wide actionable aggregate.
x >= 0PR-wide finding counts used by list and detail views. They combine the selected/latest run's reconciled findings with deduplicated fixed findings from earlier runs of the same pull request. The top-level severity totals cover that aggregate; unresolved covers findings still open or in progress, snoozed counts deliberately deferred findings, and fixed includes fixed history across runs.