list_tickets
Retrieve support tickets with status, priority, and platform. Filter by partial subject to find specific issues.
Instructions
Use this when the user wants to view their support tickets, check ticket status, or review open issues. Returns tickets with status, priority, and platform. Supports partial subject filtering. Do NOT use this for cloud incidents (use get_cloud_incidents) or cost alerts (use list_alerts).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageToken | No | Page token for pagination | |
| pageSize | No | Number of tickets to return per page | |
| subject | No | Partial subject filter (case-insensitive). Returns only tickets whose subject contains this string. |