How to show tournament leaderboard after duration

After tournament finishes i want to show the leaderboard for the last time and then user can claim his prize. But After tournament duration both tournament leaderboard api and leaderboard api don’t show any result for me. Is there any hack there or i should create a rpc for leaderboard showing myself?

@SinaZK The server will archive leaderboards or tournaments that have expired so you can show the older leaderboard or tournament from the previous rollover. I don’t think we expose the options to do this through the client API so you’ll need to do it via an RPC function to obtain the records for the moment.

I think we should make it easier to do this via the client SDKs directly so please open a feature request for it.