Inspect the commits leaderboard + aggregation diagnostics (operator)
ic_admin_leaderboard_inspectOperator-only deep read of the commits leaderboard snapshot: the full ranked board PLUS the persisted aggregation errors[] (broken OAuth/PAT tokens, GraphQL failures captured during the weekly cron — the ops visibility operators need to spot N broken tokens before they wreck the next refresh) and the snapshot freshness (generated_at, stale, age_min). Each member carries { rank, handle, name, commits, private? } (private = folded-in private-contribution COUNT, never repo content). Returns: { ok, generated_at, stale, age_min, member_count, members: [...], errors: [{ userId, reason }] }. Required scope: admin:leaderboard_review.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many ranked members to return. Default 500, capped at 500. |