Skip to main content

List chat sessions in a project for all users

This endpoint will return all sessions in given project for all users

Path Parameters
    projectId uuid required

    Your magic AI project id

Responses

successful


Schema
    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.

    id string
    projectId string
    createdAt string
    data object[]
  • Array [
  • id uuid

    The unique identifier of the project

    title string

    Short title of the chat session

    channel string

    What did user use to start the chat session. Ex, web, slack etc.

    isPublic boolean

    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

    messageCount integer

    how many messages are exchanged in this chat session

    projectId uuid

    Your Magic AI project id

    userProjectId uuid

    The unique identifier of the user and the project

  • ]
Loading...