List chat sessions in a project for all users
This endpoint will return all sessions in given project for all users
Path Parameters
Your magic AI project id
- 200
- 401
- 403
- 426
- 500
successful
Schema
- Array [
- ]
cursor object
The cursor to use in the next request. If the cursor is null, it means that there are no more sessions to fetch.
data object[]
The unique identifier of the project
Short title of the chat session
What did user use to start the chat session. Ex, web, slack etc.
If true, the project will be accessible to all users. Only mark it as true if you want to embed your chat bot to your website
how many messages are exchanged in this chat session
Your Magic AI project id
The unique identifier of the user and the project
{
"cursor": {
"id": "string",
"projectId": "string",
"createdAt": "string"
},
"data": [
{
"id": "3f738671-0ccc-4d32-9b7a-ddab669ab799",
"title": "How can Magic AI help me?",
"channel": "web",
"isPublic": false,
"messageCount": 5,
"projectId": "5f738671-0ccc-4d32-9b7a-ddab669ab799",
"userProjectId": "google-oauth2|1555134889505731384363-2fee812a-c6b2-4e66-ada7-21245477620e"
}
]
}
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"
}