List findings across every audit in the organization, highest priority first.
This is the triage queue. Without a status filter it shows only the live
set — open and recurring — so triaged findings disappear from it; pass
status explicitly to see them. Narrow to one audit with audit_id, or to
the findings one run produced or touched with run_id. Each finding’s
issue_id is the issue it graduated into, or null if it never did.
Authorizations
A scoped AgentEye API key. Mint one in the dashboard under Settings → API keys, or with POST /v1/keys. Each endpoint names the permission it requires; a key without it gets 403 and a required_permission field naming what was missing.
Query Parameters
Restrict to one audit.
Restrict to findings first or last seen by one run.
Comma-separated: open, recurring, resolved, dismissed, muted. Defaults to open,recurring.
Default 100, clamped to 1–500.
Default 0.
Response
A page of findings, highest priority first.

