Skip to main content
GET
v2 Scores list

Authorizations

apikey
string
header
required

Headers

X-Enkrypt-Leaderboard-Mode
enum<string>
default:public

Which leaderboard to read from. Defaults to public.

public is the published LLM safety leaderboard โ€” what every caller gets when the header is omitted, and accepted from any API key.

private is an internal, partner-scoped leaderboard restricted to @enkryptai.com and @anaconda.com accounts; any other key receives 403. It is served on the /leaderboard/v2/* paths only โ€” asking for it on a /leaderboard/* path returns 400 rather than quietly answering with public data. Any value other than public or private returns 400.

Available options:
public,
private
Example:

"private"

Response

A list of scores

status
string
Example:

"success"

data
LeaderboardScoresListData ยท object