latestOpenAPI 3.0.02026-08-18305331605.3 KB

6bb0c3577de2

Ticket

Export tickets as JSON

Returns the project's tickets as a JSON array, capped at 25,000 tickets. Supports the usual ticket filters. For larger exports or CSV output use GET /tickets/csv-export.

Unlike GET /tickets, exports include archived tickets by default — there is no ignoreArchived to set (it is accepted and ignored). Narrow the export with archived=true / archived=false instead.

This endpoint returns ticket records only, not their conversations: fetch each ticket's messages with GET /messages?ticket={ticketId}. Retention limits which conversations still exist — see GET /tickets.

get/tickets/export

Headers

projectstring required

Response

Ok

{"stackTrail":"paths:/tickets/export:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}