get_response_body_page
Read paginated slices of captured response bodies to view large network responses efficiently during JavaScript reverse engineering and debugging.
Instructions
Read a slice of a captured response body for paginated viewing of large responses.
Args: request_id: The request ID (from list_network_requests). offset: Character offset to start reading from (default 0). length: Number of characters to read (default 10000, max 50000).
Returns: dict with body slice, total size, and whether more data is available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_id | Yes | ||
| offset | No | ||
| length | No |