get_event
Retrieve event details from Bugsink, including summary, frames, exceptions, breadcrumbs, stacktrace, or raw payload. Opt-in for raw or stacktrace to access sensitive data; vendor frames excluded by default.
Instructions
Get a compact event summary, or paginate frames, exceptions, breadcrumbs, rendered stacktrace, or raw payload. Raw and stacktrace are explicit opt-ins that may expose secrets and attacker-controlled text. Laravel vendor frames are excluded from structured frames by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| section | No | summary | |
| event_id | Yes | ||
| max_chars | No | ||
| include_source | No | ||
| application_only | No |