List my support tickets
Lists only support tickets opened by the acting PAT/OAuth user, ordered by newest message first. Tickets opened by workspace colleagues are never returned.
GET
/support/ticketsAuthorization
AuthorizationOAuth2 access token · headerrequiredScopes:
api:reador
AuthorizationBearer token (JWT) · headerrequiredResponses
200
The acting user’s support tickets.
Array of
SupportTicketDtocreatedAtstring<date-time>requiredWhen the ticket was opened.
idstringrequiredSupport ticket UUID.
lastMessageAtstring<date-time>requiredWhen the newest message was created.
lastMessageAuthorSidestringrequiredWhich side wrote the newest message.
Allowed:
UserAdminlastMessageTextBodystringrequiredPlain-text preview of the newest message.
statusstringrequiredCurrent ticket status.
Allowed:
OpenClosedtitlestringrequiredGenerated ticket title, or the immediate first-message fallback while generation is running.
titleIsGeneratingbooleanrequiredWhether a generated title is still being prepared.
unreadbooleanrequiredWhether the acting opener has an unread message from the Leadtime team.
401
Unauthorized - Invalid or missing authentication token
403
Forbidden - Insufficient API scopes or permissions