get_content
Fetch the complete gzip/brotli-decoded request or response body from a flow, going beyond the 4,000-character preview limit. Specify which side and an optional maximum byte cap.
Instructions
Fetch one full body (gzip/brotli already decoded). which = request | response.
Use this instead of inspect_flow when the body is large and you need more than inspect_flow's 4000-character preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| which | No | response | |
| flow_id | Yes | ||
| max_bytes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |