proxy_replay_session
Replay selected HTTP requests from a recorded session. Filter by method, URL, status, or timestamp, and choose dry-run or execute mode.
Instructions
Replay selected requests from a recorded/imported session. Default mode is dry_run for safety.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Session ID | |
| mode | No | dry_run previews replay plan; execute sends the requests | dry_run |
| limit | No | ||
| offset | No | ||
| sort | No | desc | |
| method | No | HTTP method filter | |
| hostname_contains | No | Filter by hostname substring | |
| url_contains | No | Filter by URL substring | |
| status_code | No | Response status code filter | |
| from_ts | No | Unix ms lower-bound timestamp | |
| to_ts | No | Unix ms upper-bound timestamp | |
| text | No | Generic text filter | |
| exchange_ids | No | Explicit exchange IDs to replay (overrides query filters) | |
| target_base_url | No | Optional base URL override (keeps original path+query) | |
| timeout_ms | No | Per-request timeout in milliseconds |