Get resources
get_resourcesFetch bounded resource evidence from Warcraft Logs reports by player, fight, and ability. Use report filters and pagination to retrieve targeted logs without exceeding payload limits.
Instructions
Get bounded resource 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 |