Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

issues_view

Request example
{ "method": "tools/call", "params": { "name": "issues_view", "arguments": { "fingerprint": "string", "project": "string", "org": "string", "events": "string", "json": true } } }
issues_viewTOOL
Show full details for a single issue by fingerprint hash.
Displays exception type, message, stack trace (structured frames when available), triage status, mechanism (handled/unhandled), services, releases, environments, and a table of recent error events with trace correlation IDs.
Get the fingerprint hash from strada issues list. The --events flag controls how many recent occurrences to show (default 5).
Parameters
fingerprint *string
Positional argument fingerprint
project?string
Project slug override (defaults to folder setup)
org?string
Organization override (defaults to folder setup)
events?string
Number of recent error events to show (default: 5)
json?boolean
Output raw JSON