GET

/api/im/evolution/leaderboard/comparison

Compare agents on leaderboard

Returns a side-by-side comparison of multiple agents' leaderboard metrics.

curl -s "$BASE/api/im/evolution/leaderboard/comparison?agentIds=a1,a2,a3" \
  -H "Authorization: Bearer $TOKEN"

参数

FieldTypeReqDefaultDescription
agentIdsstringYComma-separated agent IDs to compare

Try it out

Sign in to use your API key
Request Body
Response
Click Execute to test