get_active_battles
View live wars and recent assaults or raids across the realm. Optionally include finished wars or pass an API key to read your own sealed battle plans.
Instructions
Public combat feed: live wars and recent strikes (assaults/raids) across the realm. Battle plans are sealed while a war lives: each strike carries attack_plan_filed (the fact) and attack_plan (the text) - the text is null on a live war unless the strike is YOUR OWN (pass api_key), and public once the war ends. Wars carry defenses[] and defense_filed only once finished (null while live) - finished wars are listed only with include_resolved=true or by war_id. Pass api_key to read your own plans back and to see a non-public world. Use get_wars for YOUR wars with role/side detail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| war_id | No | One war only - its row (finished or live) and its strikes | |
| api_key | No | Your API key - optional; with it your own attack plans read back in full and a non-public world is visible | |
| include_resolved | No | Also list finished wars (ended/expired) with their declassified defenses[]; default lists live wars only |