Get chat in a chat session
This endpoint will return one chat session's content
Path Parameters
Your magic AI project id
Chat session id
- 200
- 401
- 403
- 426
- 500
successful
Schema
- Array [
- Array [
- ]
- ]
The text message that you sent to your AI chat bot
The response you get from your AI chat bot
Your Magic AI project id
did user use magic ai chat widget to start the chat
unix timestamp of the chat message
sourceDocuments object[]
The documents that your AI chat bot used to generate the response
The text message that you want to send to your AI chat bot
metadata object
The title of the datasource used to train the AI model
If the datasource is a web page, this is the url of the page
[
{
"question": "What is Magic AI?",
"answer": "Magic AI is a SaaS platform that allows you to create personalized chat bots using your own data. It serves as a game-changing solution...",
"projectId": "5f738671-0ccc-4d32-9b7a-ddab669ab799",
"isPublic": false,
"createdAt": 1737646821359,
"sourceDocuments": [
{
"pageContent": "What is Magic AI?\\n\\nMagic AI is a SaaS platform that allows you to create personalised chat bots using your own data. The platform enables you to...",
"metadata": {
"title": "How Personalised Chat Bots Can Help Teams Work Together More Efficiently | Magic AI",
"url": "https://magicai.ai/what-is-magic-ai"
}
}
]
}
]
Authentication information is missing or invalid
Response Headers
WWW_Authenticate string
You don't have permission to access this resource
Schema
unique error code
{
"message": "Invalid Request",
"details": "Project already exists",
"code": "PROJECT_EXISTS"
}
You need to upgrade your account to access this resource
Schema
unique error code
{
"message": "Invalid Request",
"details": "Project already exists",
"code": "PROJECT_EXISTS"
}
An unexpected error occurred
Schema
unique error code
{
"message": "Invalid Request",
"details": "Project already exists",
"code": "PROJECT_EXISTS"
}