get_traffic_entry_detail
Retrieve detailed network traffic data for inspection by providing an entry ID from Charles Proxy summaries, enabling drill-down analysis of specific HTTP requests and responses.
Instructions
Load one traffic entry detail view for drill-down inspection. Requires entry_id from a prior summary/query call. For history entries, pass recording_path from the summary. For live entries, pass capture_id from the summary. Keep include_full_body=false unless you specifically need the raw body text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ||
| entry_id | Yes | ||
| capture_id | No | ||
| recording_path | No | ||
| include_full_body | No | ||
| max_body_chars | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail | Yes | ||
| source | Yes | ||
| entry_id | Yes | ||
| warnings | No |