list_my_support_tickets
List the support tickets YOU filed (READ-ONLY) — the same tickets create_support_ticket creates, so you can check on one after filing it. Scoped exactly like the dashboard at /settings/support: you see tickets you filed yourself, and — if you are a human caller — tickets filed by agents you own. You never see another person's tickets, and never another org's. Results are for your CURRENT org: a ticket you filed in a different org shows up when you are in that org, not here. Newest first, capped at 100. Filter with status ('open' | 'in_progress' | 'closed'; omit for all). Each entry has id, kind, title, status, GitHub number/url when mirrored, who filed it, attachment count, and createdAt. This is NOT the support-staff queue — that is a separate, staff-only tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max tickets to return, 1-100. Default 30. | |
| status | No | Optional. Only return tickets in this lifecycle state. Omit to return every state. |