Interactions
Retrieve an interaction
Retrieves the interaction with the given ID.
GET
/
interactions
/
{interaction_id}
Path Parameters
The unique identifier of the interaction
Response
200 - application/json
<p>Users communicate with agents via <i>interactions</i>. You can think of each interaction as a conversation between an agent and user.</p>
The unique identifier of the interaction
The type of the Interaction
object
Available options:
interaction
The unique identifier of the agent
Whether the interaction has been archived by the user
The time at which the object was created, measured in milliseconds since the Unix epoch
Indicates who sends the first message in each interaction. Defaults to "user"
.
Available options:
user
, agent
The name of the interaction
The total number of messages in the interaction
The time at which the object was last updated, measured in milliseconds since the Unix epoch
The unique identifier of the user