get_traffic_entry_detail
Retrieve full details of a specific Charles Proxy traffic entry for drill-down inspection. Use an entry ID from a prior summary to examine request/response data, optionally including the raw body.
Instructions
Load one traffic entry detail view for drill-down inspection. Requires entry_id from a prior summary/query call. Use detail for one confirmed target, not bulk browsing. 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 | ||
| max_body_chars | No | ||
| recording_path | No | ||
| include_full_body | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail | Yes | ||
| source | Yes | ||
| entry_id | Yes | ||
| warnings | No |