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/transcriptsList 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
| Name | Type | Required | Description |
|---|---|---|---|
| limit | number | optional | Page size, 1–100 (default 50). |
| offset | number | optional | Number 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"