get_response_body
Retrieve the response body of a finished network request. Provide the request ID from the network log, session, and page IDs.
Instructions
Get the response body of a captured network request. Use get_network_log to find requestIds. Only works for requests whose loading has finished while a page client was attached.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | Page id from list_pages. | |
| requestId | Yes | Request id from get_network_log. | |
| sessionId | Yes | Session id returned by launch_app. |