Conversations
Retrieve conversation
Retrieve a conversation by its ID.
GET
/
chatbots
/
{chatbotId}
/
conversations
/
{conversationId}
Request parameters
Path
chatbotId
string
requiredThe chatbot ID.
conversationId
string
requiredThe conversation ID.
Response
status
string
The status of the request. Will be success
if the request was successful, otherwise error
.
data
object