What is the way to retrieve chat transcript per ticket through the Zendesk API?
The response to https://<company>.zendesk.com/api/v2/tickets/{id} does not return any reference to chat transcript unfortunately. Additionally I cannot see an API that would return chat transcript per ticket id.
While looking at network tab in the browser I observed that following API is queried:
api/lotus/tickets/{ticketId}/conversations.json?include=users&sort_order=desc
however I am not too sure if api/lotus is an API that should be used.
Many thanks for clarification/recommendation in advance.
The transcript should be accessible via the Ticket Comments API once the user has left the conversation. This will appear as a new comment event with the channel
chat_transcript.