Open tickets on a game
list_ticketsRetrieve open support tickets for a game, including asker, responder, and payment status. Filter by unanswered tickets to identify outstanding issues or use with a game name to review what still needs resolution.
Instructions
Just the tickets on a game, without the plain notes get_notification_history mixes in — what was asked for, who answered, and for payment tickets whether the money has been marked paid. Use it to answer 'what is outstanding on this game'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | Yes | Game name or universe id. | |
| limit | No | How many to return. Defaults to 15. | |
| unansweredOnly | No | Only tickets nobody has answered yet. Defaults to false. |