Get bounded combat events
get_eventsRetrieve bounded event windows from Warcraft Logs without overwhelming context, using pagination, filters, and byte budgets. Use nextPageTimestamp as cursor for subsequent pages.
Instructions
Get a bounded event window with WCL pagination. Enforces fight time bounds, max events/pages, and a byte budget. Continue using pagination.nextPageTimestamp as cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | nextPageTimestamp returned by an earlier call. | |
| 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. | |
| dataType | No | All | |
| maxPages | No | ||
| pageSize | No | ||
| sourceID | No | ||
| targetID | No | ||
| abilityID | No | ||
| maxEvents | 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 |
| maxPayloadBytes | No | ||
| includeResources | No |