For the complete documentation index, see llms.txt. This page is also available as Markdown.
Fetch Tickets
Retrieves a paginated list of tickets within a date range, with optional filters for status, assignee, category, tags, CSAT rating, and origin. Optionally includes the full message thread for each tic
Endpoint
GET /api/tickets
Authentication
Requires API token authentication (x-auth-token header)
Subject to rate limiting (90 requests per 30 seconds)
Query Parameters
Parameter
Type
Required
Default
Description
startDate
string
Yes
β
Start of date range (ISO 8601, e.g. 2026-01-01 or 2026-01-01T00:00:00.000Z)
endDate
string
Yes
β
End of date range (exclusive). Must be after startDate. Max range: 1 year
limit
integer
No
50
Number of tickets per page (1β100)
skip
integer
No
0
Number of tickets to skip (for pagination)
status
string or string[]
No
β
Filter by status. Values: Open, Resolved, Pending, Waiting
assignedTo
string or string[]
No
β
Filter by agent IDs. Use Unassigned for unassigned tickets
category
string or string[]
No
β
Filter by category ID(s)
tags
string or string[]
No
β
Filter by tag ID(s)
csatValues
string or string[]
No
β
Filter by CSAT rating. Values: 1β5 or no-rating
origin
string or string[]
No
β
Filter by ticket origin. Values: web, discord, telegram, telegram-group, email