list_tickets
Retrieve support tickets with status, priority, and platform. Filter by subject. Does not include cloud incidents or cost alerts.
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 |
|---|---|---|---|
| subject | No | Partial subject filter (case-insensitive). Returns only tickets whose subject contains this string. | |
| pageSize | No | Number of tickets to return per page | |
| pageToken | No | Page token for pagination |