Retrieve Leaderboard (beta)

Retrieve leaderboard data.

Response schema is client/leaderboard-specific, we are working to finalize a common schema valid across different platforms and use cases.

Get full leaderboard

get

Retrieve the complete leaderboard for the specified leaderboard name. Returns the latest snapshot by default, or all historical snapshots if run_timestamp=all.

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
get
/v1/leaderboard/{leaderboard_name}

Last updated