list_events
Retrieve event metadata for an issue, newest first. Use the returned event id with get_event for further details.
Instructions
List event metadata for an issue, newest first. Use the returned id, not event_id, with get_event.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| order | No | desc | |
| cursor | No | ||
| issue_id | Yes | Bugsink UUID or friendly issue ID. Event IDs must be internal Bugsink UUIDs. |