@@ -34,16 +34,16 @@ List issues in a project
3434| ` culprit ` | string | Culprit string |
3535| ` count ` | string | Total event count |
3636| ` userCount ` | number | Number of affected users |
37- | ` firstSeen ` | string \| null | First occurrence (ISO 8601) |
38- | ` lastSeen ` | string \| null | Most recent occurrence (ISO 8601) |
37+ | ` firstSeen ` | string | First occurrence (ISO 8601) |
38+ | ` lastSeen ` | string | Most recent occurrence (ISO 8601) |
3939| ` level ` | string | Severity level |
4040| ` status ` | string | Issue status |
41- | ` priority ` | string | Triage priority |
42- | ` platform ` | string | Platform |
4341| ` permalink ` | string | URL to the issue in Sentry |
4442| ` project ` | object | Project info |
4543| ` metadata ` | object | Issue metadata |
46- | ` assignedTo ` | unknown \| null | Assigned user or team |
44+ | ` assignedTo ` | object \| null | Assigned user or team |
45+ | ` priority ` | string | Triage priority |
46+ | ` platform ` | string | Platform |
4747| ` substatus ` | string \| null | Issue substatus |
4848| ` isUnhandled ` | boolean | Whether the issue is unhandled |
4949| ` seerFixabilityScore ` | number \| null | Seer AI fixability score (0-1) |
@@ -109,7 +109,7 @@ List events for a specific issue
109109| ` platform ` | string \| null | Platform (python, javascript, etc.) |
110110| ` dateCreated ` | string | ISO 8601 creation timestamp |
111111| ` crashFile ` | string \| null | Crash file URL |
112- | ` metadata ` | unknown \| null | Event metadata |
112+ | ` metadata ` | object \| null | Event metadata |
113113
114114### ` sentry issue explain <issue> `
115115
0 commit comments