list_player_scores
Retrieve a player's BeatLeader scores filtered by accuracy, date, modifiers, stars, difficulty, mode, and song. Use pagination and sorting to review performance or choose practice maps.
Instructions
List current scores with pagination, percentage accuracy bounds, modifiers, dates, stars, difficulty, mode and song filters. Accuracy is 0–100; dates use ISO timestamps with timezones
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ISO end time with an explicit timezone | |
| from | No | ISO start time with an explicit timezone | |
| mode | No | ||
| page | No | ||
| sort | No | date | |
| count | No | ||
| order | No | desc | |
| player | No | Player ID, alias, or https://beatleader.com/u/ID; stdio can use BEATLEADER_PLAYER_ID when omitted | |
| search | No | ||
| context | No | general | |
| starsTo | No | ||
| modifiers | No | BeatLeader modifier filter, e.g. FS or FS,SF | |
| starsFrom | No | ||
| difficulty | No | ||
| rankedOnly | No | ||
| accToPercent | No | ||
| accFromPercent | No |