list_runs
Find speedrun submissions by filtering game, player, status, category, or examiner. Newest runs appear first, with pagination for browsing results.
Instructions
List runs with filters — e.g. a player's recent submissions, or a game's verified/rejected runs. Newest first; combine filters to narrow down.
For just one game's moderation queue, list_unverified_runs is simpler.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | No | Filter to a game (id or abbreviation). | |
| user | No | Filter to a player's runs (user id or username). | |
| limit | No | Max runs to return. | |
| offset | No | Start offset; use next_offset to continue. | |
| status | No | Filter by status: 'new', 'verified', or 'rejected'. | |
| category | No | Filter to a category id. | |
| examiner | No | Filter to runs examined by this user id or username. |