Skip to main content
GET
cURL

Headers

Authorization
string
required

Bearer token API key

Path Parameters

ticketId
string<uuid>
required

The ID of the ticket to fetch events for

Response

200 - application/json

A list of ticket events

events
(playerMessage · object | agentMessage · object | privateNote · object | csat · object | end · object | collectorResult · object)[]
required

List of events in the conversation, ordered by creation time, more event types may be added in the future

Event representing a message from a player