Fetch Conversation

Fetch conversation

get
/v1/conversation/{conversationId}/fetch

Authorization

ChatBotKit API Secret * Required

HTTP Authorization Scheme: bearer

Path Parameters

conversationIdstring* Required

The ID of the conversation to retrieve

curl -X GET "https://api.chatbotkit.com/v1/conversation/{conversationId}/fetch" \

-H "Authorization: Bearer $CHATBOTKIT_API_SECRET"

{
"id":"string",
"backstory":"string",
"model":"string",
"datasetId":"string",
"skillsetId":"string",
"meta":"object",
"createdAt":"number",
"updatedAt":"number"
}
The conversation was retrieved successfully