list_issue_events
Retrieve and analyze events for a specific Sentry issue to examine details, metadata, and identify patterns in error occurrences.
Instructions
List events for a specific Sentry issue. Analyze event details, metadata, and patterns.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organization_slug | Yes | The slug of the organization the issue belongs to | |
| issue_id | Yes | The ID of the issue to list events for | |
| view | No | View type (default: detailed) | detailed |
| format | No | Output format (default: markdown) | markdown |