List all tickets
Returns a paginated list of support tickets with filtering options including ticket status (open/closed), domain, assigned teammate, customer, text search, and date ranges.
Query Parameters
ascdesccreated_attitleFilter by status — true for closed tickets, false for open tickets, omit for all
Filter tickets by domain UUID
Filter tickets assigned to a specific teammate UUID
Filter tickets created by a specific customer UUID
Text search against ticket titles, descriptions, or conversation content
Start date filter (ISO format or Unix timestamp)
End date filter (ISO format or Unix timestamp)
Responses
Tickets retrieved successfully
Total number of tickets matching the query
Unique ticket identifier
Ticket title/subject
Whether the ticket is open (true) or closed (false)
Unix timestamp of creation
Unix timestamp of last update
Customer who created the ticket (empty object if customer was deleted)
UUID of the assigned teammate, or null if unassigned
Conversation history ordered chronologically
Unique reply identifier
Reply message content
Whether this reply is from the customer (true) or merchant (false)
Map of language codes to translated reply content
Unix timestamp of when the reply was created
UUID of the domain where the ticket was submitted
Domain name
Ticket language code
Validation or business-logic error.
| Code | Description |
|---|---|
1002 | Referenced domain, teammate, or customer not found |
Human-readable error message
Machine-readable error code
Missing or invalid API key