@@ -3,7 +3,7 @@ title: event
33description : Event commands for the Sentry CLI
44---
55
6- View Sentry events
6+ View and list Sentry events
77
88## Commands
99
@@ -25,6 +25,27 @@ View details of a specific event
2525| ` --spans <spans> ` | Span tree depth limit (number, "all" for unlimited, "no" to disable) (default: "3") |
2626| ` -f, --fresh ` | Bypass cache, re-detect projects, and fetch fresh data |
2727
28+ ### ` sentry event list <issue> `
29+
30+ List events for an issue
31+
32+ ** Arguments:**
33+
34+ | Argument | Description |
35+ | ----------| -------------|
36+ | ` <issue> ` | Issue: @latest , @most_frequent, < ; org> ; /ID, < ; project> ; -suffix, ID, or suffix |
37+
38+ ** Options:**
39+
40+ | Option | Description |
41+ | --------| -------------|
42+ | ` -n, --limit <limit> ` | Number of events (1-1000) (default: "25") |
43+ | ` -q, --query <query> ` | Search query (Sentry search syntax) |
44+ | ` --full ` | Include full event body (stacktraces) |
45+ | ` -t, --period <period> ` | Time period (e.g., "1h", "24h", "7d", "30d") (default: "7d") |
46+ | ` -f, --fresh ` | Bypass cache, re-detect projects, and fetch fresh data |
47+ | ` -c, --cursor <cursor> ` | Navigate pages: "next", "prev", "first" (or raw cursor string) |
48+
2849All commands support ` --json ` for machine-readable output and ` --fields ` to select specific JSON fields.
2950
3051<!-- GENERATED:END -->
0 commit comments