List all tickets
Returns a paginated list of support tickets. Supports filtering by status, date range, text search, teammate, and client.
Query Parameters
Page number for pagination
Number of results per page
ascdesccreated_attitleSearch tickets by title
Start date filter (ISO 8601 or unix timestamp)
End date filter (ISO 8601 or unix timestamp)
Filter by closed status
truefalseFilter by assigned teammate UUID
Filter by client UUID
Responses
Tickets listed successfully
Title of the ticket category
UUID of the assigned teammate
Client who created the ticket
Unix timestamp
Unix timestamp
Unix timestamp
File attachments on this reply, serialized via the asset object service
Unique identifier of the asset
Object type identifier
Original filename of the uploaded file
File extension
File size in bytes
Asset type (e.g. image, document, video)
Asset version number
Processing status of the asset
Alt text for accessibility
Image width in pixels (null for non-image assets)
Image height in pixels (null for non-image assets)
Public CDN URL for the asset
UUID of the parent folder
Thumbnail variants for image assets
CDN URL of the thumbnail
Thumbnail width in pixels
Thumbnail height in pixels
Unix timestamp when the asset was uploaded
Unix timestamp when the asset was last modified
Validation or business-logic error.
| Code | Description |
|---|---|
10147 | Agency domain not validated |
1002 | Teammate or client not found |
Unauthorized – invalid or missing Bearer token