Network Inspector: Event Detail
network_inspector_get_event_detailRetrieve full headers and body for a captured network event by ID, with optional truncation control and full body override.
Instructions
Fetch the full headers and body for one captured event by id (from network_inspector_list_events). Bodies are capped at maxBodyChars (default 4096) and the response lists warnings when truncated; pass includeFullBody: true to override. DNS/TLS/TCP events have no body and may return 404. Requires Network Inspector enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Required. Event id from network_inspector_list_events. | |
| maxBodyChars | No | Per-side body character cap when includeFullBody is not set (default 4096). | |
| includeFullBody | No | Return untruncated request/response bodies (can be large). |