Skip to main content
Version: 2.0

Get a chat

GET 

/v2/chats/:chat_id

Get a chat summary to view what started the chat, but not subsequent turns.

Request

Path Parameters

    chat_id stringrequired

    Possible values: Value must match regular expression cht_.+$

    The ID of the chat.

Responses

A chat.

Schema
    id string

    Possible values: Value must match regular expression cht_.+$

    ID of the chat.

    first_query string

    The first query of the chat.

    first_answer string

    The first answer of the chat.

    enabled boolean

    Indicates whether this chat is enabled and can have further turns.

    created_at date-time

    Specifies when this chat was created.

Loading...