get_history
Retrieve recent actions from both teams (moves, attacks, heals, waits, end-turns). Use at turn start to understand opponent's strategy under fog-of-war. Control depth with last_n parameter (default 10, max 100).
Instructions
Read-only. Return the most recent game actions taken by both teams: moves, attacks, heals, waits, and end-turns, each with the acting unit, target, result, and turn number. last_n controls how many actions to return (default 10, max 100). Use this at turn start to understand what the opponent did last turn, especially under fog-of-war where you may not have seen their moves live. For aggregate match statistics use get_match_telemetry instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_id | Yes | ||
| last_n | No |