Get console event
get_console_eventRetrieve full details of a captured console event by its event ID, including level, message, stack trace, and originating URL.
Instructions
Return the full detail of one captured console event by its event id (string like "e_3068", or bare number). Includes level, message/args, stack trace, and originating URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Event id from a search/find_errors row (string like "e_5", or legacy number). | |
| redact | No | Override field hygiene for this call. Default: on. | |
| bundleId | No | Bundle handle from load_bundle. Optional when exactly one bundle is loaded. |