network_get_response_body
Fetch the complete response body for a given request ID from captured network traffic, allowing inspection of raw data before page navigation discards it.
Instructions
Fetch the full response body for one requestId from network_get_requests. Chrome discards bodies when the page navigates, so read them while the page is still on the same document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| requestId | No | Deprecated spelling of request_id; both work. | |
| request_id | No | The requestId field from a network_get_requests row. | |
| max_body_bytes | No | Byte cap; 0 means no limit. |