view-network-request-details
Retrieve full details of a specific network request, including headers, status, timing, and response body. Use after listing network logs to inspect a particular request.
Instructions
Get full details of a specific network request by its requestId (from view-network-logs). Returns request/response headers (sensitive headers redacted), status, timing, and optionally the response body. Large response bodies are truncated. Use when you need headers, body, or timing for a specific request after listing logs. Returns an error message string if the requestId is not found — use view-network-logs to get valid requestId values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Metro server port | |
| device_id | Yes | Device id from list-devices (iOS simulator UDID or Android serial) — the same id used with debugger-connect. | |
| requestId | Yes | The requestId from view-network-logs to get full details for | |
| includeBody | No | Whether to include the response body (if captured). Defaults to true. |