get_courier_kills
Retrieve all courier kills in a Dota 2 match, including game time, killer, and which team's courier was killed.
Instructions
Get all courier kills in a Dota 2 match.
Returns a list of courier kill events with:
game_time: Seconds since game start
game_time_str: Formatted as M:SS
killer: Hero that killed the courier
killer_is_hero: Whether the killer was a hero
team: Team whose courier was killed (radiant/dire)
Args: match_id: The Dota 2 match ID
Returns: CourierKillsResponse with list of courier kill events
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| match_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| kills | No | ||
| success | Yes | ||
| match_id | Yes | ||
| total_kills | No |