Skip to main content
GET
Get Chat
Retrieve the details of an existing chat by its ID.

Authentication

This request requires your API key in the x-api-key header.

Request

chatId
string
required
ID of the chat to retrieve.

Response

id
string
required
ID of the chat.
chatbotId
string
required
ID of the chatbot the chat belongs to.
userId
string
required
ID of the associated end user.
organizationId
string
required
ID of the organization that owns the chat.
createdAt
string
required
ISO 8601 timestamp of when the chat was created.

Examples

Success response

Error response

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

chatId
string
required

Response

200 - application/json
id
string
required
chatbotId
string
required
userId
string
required
organizationId
string
required
createdAt
string
required