list_tickets
Retrieve your support tickets to check status and priority, with optional subject filtering for 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. |