get_board_top_n
Retrieve the top-ranked entries on a leaderboard to verify integration or display current standings. After submitting a test score, confirm it appears in the results.
Instructions
Get the top-ranked entries on a leaderboard. Call this after the developer submits a test score to confirm the integration is wired correctly — they will see their own test entry appear. Also useful for displaying current standings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| boardId | Yes | UUID of the board | |
| n | No | Number of entries to return (1–100). Defaults to 10. |