query_live_capture_entries
Filter and inspect live HTTP traffic captured by Charles Proxy. Apply structured summary-first queries to find entries by method, status, host, path, body content, or time window.
Instructions
Analyze the active live capture with structured summary-first filtering. This is the RECOMMENDED tool for inspecting live / ongoing traffic. Prefer this over query_recorded_traffic / analyze_recorded_traffic unless the user explicitly names a saved recording (.chlsj). Use this summary path before calling get_traffic_entry_detail. Does NOT advance the cursor — safe to call repeatedly with different filters. Default cursor=0 scans all captured data from the beginning. Use get_traffic_entry_detail to drill down into a specific entry_id.
Pass since_seconds=N to look only at traffic captured in the last N
seconds (relative to "now" at query time). This is the preferred
shortcut when the user asks for "just now / recent" traffic and
removes the need to thread the cursor through follow-up calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | ||
| preset | No | api_focus | |
| max_items | No | ||
| method_in | No | ||
| status_in | No | ||
| capture_id | Yes | ||
| scan_limit | No | ||
| host_contains | No | ||
| path_contains | No | ||
| since_seconds | No | ||
| max_preview_chars | No | ||
| resource_class_in | No | ||
| min_priority_score | No | ||
| request_json_query | No | ||
| request_header_name | No | ||
| response_json_query | No | ||
| include_body_preview | No | ||
| max_headers_per_side | No | ||
| request_content_type | No | ||
| response_header_name | No | ||
| request_body_contains | No | ||
| response_content_type | No | ||
| response_body_contains | No | ||
| request_header_value_contains | No | ||
| response_header_value_contains | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | No | ||
| source | Yes | ||
| warnings | No | ||
| truncated | No | ||
| next_cursor | No | ||
| total_items | No | ||
| matched_count | No | ||
| scanned_count | No | ||
| filtered_out_count | No | ||
| filtered_out_by_class | No |