get_request_details
Retrieve complete details for a specific HTTP request from a HAR file by request ID, automatically redacting sensitive authentication headers.
Instructions
根据请求 ID 获取完整请求详情,并自动脱敏认证相关请求头。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | 可选 HAR 文件来源。为空时使用默认 HAR;传入时直接分析指定 HAR 文件。 | |
| request_id | Yes | 请求 ID,格式通常为 `request_0`、`request_1`。可由 `list_urls_methods` 或 `get_request_ids` 返回。 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||