get_raw_data
Retrieve the complete raw data of any HTTP entry including headers, body, and timing. Searches current checkpoint first, then falls back to the global archive to find data even after switching checkpoints.
Instructions
获取指定条目的完整原始数据(headers、body、timing 等全部字段)。
优先在当前 checkpoint 查找,找不到时从 ARCHIVE 全局搜索。 这样即使切换了 checkpoint,仍可用 entry_id 直接取历史数据。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entry_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |