List support tickets accessible to the authenticated user.
Support
List support tickets accessible to the authenticated user.
Regular users only see their own tickets. Supports filtering by status, ticket type, severity, and pagination.
GET
List support tickets accessible to the authenticated user.
Authorizations
Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.
Query Parameters
Filter by status. Accepts a single value or comma-separated list (values: open, in_progress, resolved, closed)
Filter by ticket type (bug, feature_request, question, other)
Filter by severity (low, medium, high, critical)
Page number (default: 1)
Items per page (default: 20, max: 100)

