BugSnag: Get Event
bugsnag_get_eventRetrieve complete details of an error event, including thread stack traces and metadata, for thorough debugging.
Instructions
Get detailed information about a specific event
Toolset: Events
Parameters:
projectId (string): Unique identifier of the project. This is optional if a current project is set and is used to set the current project for BugSnag tools.
eventId (string) required: Unique identifier of the event
Use Cases: 1. Get the full details of an event, including any thread stack traces
Examples:
Get event details of an event
{
"eventId": "6863e2af012caf1d5c320000"
}Expected Output: JSON object with complete event details including stack trace (error trace and other threads, if present), metadata, and context
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventId | Yes | Unique identifier of the event | |
| projectId | No | Unique identifier of the project. This is optional if a current project is set and is used to set the current project for BugSnag tools. |