get_traffic_summary
Retrieve a paginated list of captured HTTP flows with flow IDs, URLs, methods, status codes, and latency. Use the flow IDs to inspect, replay, or extract data from specific traffic.
Instructions
Get a paginated list of all captured HTTP flows. REQUIRES: proxy must be running and traffic must exist.
Returns flow IDs, URLs, methods, status codes, and latency for each flow. Use the returned flow_id values with inspect_flow, replay_flow, extract_from_flow, etc.
WORKFLOW: manage_proxy(start) → browser_open → browser_go → get_traffic_summary → inspect_flow(flow_id)
Args: limit: Maximum number of flows to return (default 20). Use smaller values to save tokens. offset: Number of flows to skip from the start (default 0). Use for pagination: offset=20 gets the next page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |