list_events
Retrieve error events for a specific issue to analyze individual occurrences and identify patterns in Bugsink error tracking.
Instructions
List events (individual error occurrences) for a specific issue. Returns basic event info.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | The issue ID (UUID) to list events for | |
| limit | No | Maximum number of events to return (default: 10) |