Retrieve Leaderboard (beta)
Retrieve leaderboard data.
Path parameters
leaderboard_namestringRequired
Name of the leaderboard to retrieve
Query parameters
api_keystringRequired
API key for authentication
run_timestampstringOptional
Optional: 'all' to get all historical snapshots, omit for latest only
Responses
200
Successfully retrieved leaderboard data
application/json
401
Unauthorized - Invalid API key
404
Leaderboard not found or empty
422
Validation Error
application/json
500
Internal Server Error
get
/v1/leaderboard/{leaderboard_name}Last updated