Get PR review settings
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.
Response
Current settings.
Stored per-organization automatic PR review configuration.
Skip PRs opened by bot authors.
Author logins to exclude from automatic review.
500Bot logins to review despite exclude_bots.
200Re-review when new commits are pushed.
Permit reviews beyond the plan limit.
Maximum reviews when overage is allowed. A null value means no cap.
x >= 51When true (default), a review whose findings include a severity in blocking_severities submits a blocking review (GitHub REQUEST_CHANGES / failed status). When false, findings never block.
Finding severities that trigger a blocking review when block_on_findings is enabled. Defaults to critical and high.
4critical, high, medium, low When true, submit a GitHub approval on a clean PR instead of a silent commit-status-only pass.
Branch-name patterns (single * wildcard, case-insensitive) restricting automatic reviews to PRs whose base/target branch matches. Empty array reviews all branches.
100