v1

latestOpenAPI 3.0.32026-07-13170295.5 KB

Get A Conversation

Get A Conversation

get/api/external/chatbot/{chatbotId}/conversations/{sessionId}

Headers

x-api-keystring
Example:15a23c21867f4f38b0b46f5e4adb1caf87a040b34eb58f68

Response

Example

Example response

{
  "session": {
    "active": true,
    "chatbot_id": "5afe16ed-5fd2-4552-a993-903bc9c32bb6",
    "created_at": "2025-01-22T10:21:17.313285+00:00",
    "id": "7a04ca3c-4ea8-44f5-b14d-f61bec64ea14",
    "last_message": "Tell me about the history of the internet.",
    "metadata": {
      "anonymous": true
    },
    "platform": "web",
    "sns_user_id": "sessionToken789",
    "updated_at": "2025-01-22T10:24:54.750912+00:00"
  }
}