List issues.
The whole issues board in one feed: issues opened by an alert rule, issues graduated from an audit finding, and issues opened by hand. Newest first.
state defaults to firing,acknowledged, so resolved issues are hidden
until you ask for them. Unrecognised states are dropped rather than
rejected — ?state=closed returns [], not an error. limit defaults to
200 and is capped at 1000; there is no cursor, so narrow with state or
alert_id instead of paging. Cached for 10 seconds.
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
Comma-separated states from firing, acknowledged, resolved. Default firing,acknowledged.
Only issues belonging to this alert.
Default 200, capped at 1000.
Response
Matching issues, newest first.

