view-network-request-details
Get full request/response headers, status, timing, and optionally the response body for a specific network request by its requestId from previous network logs.
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 UDID (logicalDeviceId). | |
| 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. |