Get network request
get_network_requestRetrieve full details of a captured network request by event ID, including headers and request/response bodies, with automatic redaction of sensitive values.
Instructions
Return the full detail of one captured network request by its event id (pass the string id from find_errors/search_network, e.g. "e_3069"; bare numbers like 3069 are also accepted). Includes headers and request/response bodies. Very large bodies are truncated with the original length noted. Signed-URL params and sensitive headers are redacted by default; pass redact=false to see raw values.
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. |