browser_get_response_body
Retrieve the complete response body and details of a network request by providing its request ID from network logs.
Instructions
Get the full details of a specific network request, including response body.
Use browser_get_network_logs first to find request IDs, then call this tool to see the complete request/response including body content.
Args: request_id: The request ID from browser_get_network_logs (e.g., "39C8D9...") session_id: Browser session ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_id | Yes | ||
| session_id | No | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |