Skip to main content
GET
Get Conversation By ID

Headers

string
required
API key used for authenticating requests to the API.
string
required
Workspace identifier for the API.

Path Parameters

string
required
The unique identifier of the conversation.

Response Fields

string
The unique identifier for the conversation.
string
The unique identifier for the user associated with the conversation.
string
The unique identifier for the flow associated with the conversation.
string
The unique identifier for the agent handling the conversation.
object
Customer details associated with the conversation.
string
The name of the customer.
string
The email address of the customer.
string
The phone number of the customer.
array
An array of messages exchanged in the conversation.
string
Timestamp when the conversation was created.
string
Timestamp when the conversation was last updated.

Response Example