get_fight_replay
Fetch high-resolution Dota 2 fight replay data by specifying match ID and start/end timestamps, enabling precise analysis of team fights.
Instructions
Get high-resolution replay data for a fight.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_time | Yes | ||
| match_id | Yes | ||
| start_time | Yes | ||
| interval_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| success | Yes | ||
| end_tick | No | ||
| end_time | No | ||
| match_id | Yes | ||
| snapshots | No | ||
| start_tick | No | ||
| start_time | No | ||
| end_time_str | No | 0:00 | |
| start_time_str | No | 0:00 | |
| total_snapshots | No | ||
| interval_seconds | No |