Documentation

Learn TicketsX faster

Setup guides, the full command reference, Premium features, and the REST API in one place.

List Transcripts

GET/<guild_id>/api/transcripts

List closed-ticket transcripts with ratings, close reasons, and transcript URLs. Exposes historical ticket data, so it requires the `view_transcripts` permission (off by default).

Query Parameters

NameTypeRequiredDescription
limitnumberoptionalPage size, 1–100 (default 50).
offsetnumberoptionalNumber of results to skip for pagination (default 0).
Example request
curl -X GET \
  -H "Authorization: Bearer <API_TOKEN>" \
  "https://api.ticketsx.xyz/<guild_id>/api/transcripts?limit=25"