Get deaths
get_deathsRetrieve bounded death events from a Warcraft Logs report fight using playerID as the source filter. Returns death evidence for the selected player perspective with time limits.
Instructions
Get bounded death evidence. WCL table semantics require playerID as sourceID for the selected player perspective.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | No | API region for a bare report code. Full URLs select their own region. | |
| report | Yes | A 16-character report code or supported report URL. | |
| endTime | No | Relative report timestamp in milliseconds. | |
| fightID | No | Fight ID, or "last". A selector in the report URL is used when omitted. | |
| playerID | No | Player report actor ID. The tool maps it to the correct source/target filter. | |
| abilityID | No | ||
| startTime | No | Relative report timestamp in milliseconds. | |
| translate | No | ||
| accessMode | No | auto uses user authorization when available; user requires it; public never uses it. | auto |
| maxEntries | No | ||
| maxPayloadBytes | No |