List PR reviews
Lists PR reviews for the organization. Results include only repositories within the token 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.
Query Parameters
Page number of the result set. The first page is 1.
x >= 1Maximum number of items per page. The default is 20 and the maximum is 100.
1 <= x <= 100Match repository, PR title, or PR number.
Comma-separated review statuses. Use pending, running, completed, posting, posted, or failed.
Filter by disposition group. open = the PR is still open with nothing demanding action (includes runs currently in flight). attention = failed runs, plus open PRs with open findings. merged_open = the PR merged while it still has open findings (run a re-review to verify them against the base branch). passed = merged/closed with nothing open. Deprecated names keep their original semantics: active/running = runs in flight, completed = terminal with nothing unresolved.
open, attention, merged_open, passed, active, running, completed Filter by the pull request's own lifecycle. open also matches reviews whose PR state is unknown (older rows).
open, merged, closed Filter by repository (owner/name).
ISO date lower bound (created_at).
ISO date upper bound (created_at).
Sort by created_at or updated_at.
created_at, updated_at Sort direction. Use asc for oldest first or desc for newest first.
asc, desc Include exact counts for all review groups and lanes.
Response
Paginated PR reviews.