Request detail
browser_request_detailInspect a captured network request by ID to view headers, timing breakdown, request body, or response body. Diagnose issues after navigation using cached small text responses.
Instructions
Inspects one request from browser_network: headers, timing breakdown, request body, or response body. Small text responses are cached, so they stay readable after navigation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The #id from browser_network. | |
| part | No | Which part to return. Defaults to "summary". | |
| offset | No | Start offset into the body, for paging through a long one. | |
| maxChars | No | ||
| sessionId | Yes | Session id returned by browser_start. |