Classic WarcraftLogs API Issues

Hello,

I’m currently running an API “get” request for the user reports endpoint. I’m receiving a 200 code, with an empty array response for the given user.

I’m referencing documentation here:

https://classic.warcraftlogs.com/v1/docs/#!/Reports/reports_user_userName_get

It’s likely that i’m providing the wrong information to the request? When I send the request without the proper userName, it fails, which is good… But when I send the request successfully with the proper userName, it responds with an empty array.

Do I need to provide the “realm” as input somehow? Is the documentation missing information? Or is the classic API broken?

Thanks