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
integer
Page number for pagination (default: 1)
string
Filter by status:
open, in-progress, resolved, closedstring
Filter by author UserId
string
Filter by department ID
string
Search by subject, author username, or display name
integer
UserId for permission filtering (staff only). Filters tickets by department access.
Response
boolean
Whether the request was successful
object
Example
Response Example
Error Responses
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

