list_support_tickets
List support tickets (READ-ONLY) from Dock's support repo. These are the SAME tickets create_support_ticket files, so the list reflects ALL tickets — whether routed through chat or filed directly via the support API/form. Built for a support engineer's queue. Newest first. Filter by state ('open' = the live queue (default), 'closed', or 'all') and cap with limit (1-100, default 30). Each entry has number, title, state, kind, whether an agent filed it, url, and timestamps. Use get_support_ticket for one ticket's full body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max tickets to return, 1-100. Default 30. | |
| state | No | Which tickets to list. Default 'open' (the live queue). |