Get dispels
get_dispelsRetrieve dispel evidence for a player in a specific fight, with bounded results and correct source/target filtering. Use it to analyze dispels from a Warcraft Logs report.
Instructions
Get bounded dispel evidence. playerID is correctly applied as WCL sourceID.
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 |