API call for events are empty

Hello Folks,

I am trying to retrieve all events from fights or specific fights but all I get is a 200 empty response:
{ “events”: []}
Gr
I tried this methods
https://classic.warcraftlogs.com/v1/report/events/{code} and /report/events/{view}/{code} using the code from /v1/reports/guild/{guildName}/{serverName}/{serverRegion}

Greetings.

The events API requires a time range. Use the fights API to get fight bounds.

1 Like

Thanks, works perfectly