Fetch one issue, with its whole thread.
Beyond the issue’s own fields this returns notifications (the last 100
delivery attempts, newest first, each with its channel and status),
subscribers, comments (oldest first — deleted ones appear as tombstones
with body: null) and activity, the append-only log of who did what. An
issue that graduated from an audit finding also carries finding, a snapshot
of that finding refreshed on every audit run; other issues omit the field
entirely. Cached for 30 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.
Path Parameters
The issue's id.
Response
The issue, its thread, and its notification log.

