list_unverified_runs
Retrieve a game's runs awaiting verification to review the moderation queue and identify submissions that need approval or rejection.
Instructions
List a game's runs awaiting verification — the moderation queue.
A public read (no API key needed). Pair with verify_run / reject_run
(which do require a moderator key) to clear the queue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | Yes | Game id or abbreviation. | |
| limit | No | Max runs to return. | |
| offset | No | Start offset; use next_offset to continue. |