inspect_flows
Batch inspect multiple HTTP/HTTPS flows in a single call to reduce context usage.
Instructions
Batch inspect multiple flows in one call. Reduces context usage vs calling inspect_flow N times. Args: flow_ids: Comma-separated list of flow IDs to inspect fields: Comma-separated list of DB columns to select. e.g. "id,url,method,request_headers,request_body" to skip response data. Default: all columns. full_body: If True, return full request body instead of preview
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flow_ids | Yes | ||
| fields | No | ||
| full_body | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |