List tickets
Tickets
List Tickets
Retrieve a paginated list of tickets with optional filtering
GET
List tickets
Overview
Retrieve a paginated list of tickets with optional filtering by status, author, department, and search query. For staff users: UsestaffUserId parameter to filter tickets by your department access permissions.
Query Parameters
Page number for pagination (default: 1)
Filter by status:
open, in-progress, resolved, closedFilter by author UserId
Filter by department ID
Search by subject, author username, or display name
UserId for permission filtering (staff only). Filters tickets by department access.
Response
Whether the request was successful
Example
Response Example
Error Responses
403 - Premium Required
403 - Premium Required
403 - Module Not Enabled
403 - Module Not Enabled
Rate Limit
25 requests per second per API keyAuthorizations
Pass your API key in the apikey header. Alternatively, the x-api-key header is also accepted.
Query Parameters
Page number for pagination
Filter by ticket status
Available options:
open, in-progress, resolved, closed Filter by author UserId
Filter by department ID
Search by subject, author username, or display name
UserId for permission filtering (staff only)
Response
Tickets list returned successfully

