For the complete documentation index, see llms.txt. This page is also available as Markdown.

List tickets

Lists tickets with optional filtering and pagination

List tickets

get

Lists tickets with optional filtering and pagination

Query parameters
pageinteger · min: 1OptionalDefault: 1
page_sizeinteger · min: 1 · max: 200OptionalDefault: 25
sort_bystring · enumOptionalDefault: created_atPossible values:
sort_directionstring · enumOptionalDefault: descPossible values:
titlestring · nullableOptional
descriptionstring · nullableOptional
reporterstring[] · nullableOptional
assigneestring[] · nullableOptional

Use 'UNASSIGN' for unassigned

desk_idstring[] · nullableOptional
subdesk_idstring[] · nullableOptional

Filter by subdesk (team) IDs

tag_idsinteger[] · nullableOptional
tag_namesstring[] · nullableOptional
vip_reporterboolean · nullableOptional

Filter tickets by VIP status of the reporter employee

location_reporterstring[] · nullableOptional

Filter tickets by location of the reporter employee

Responses
200

Successful Response

application/json
total_countintegerRequired
get/api/v1/tickets/

Last updated

Was this helpful?