Get Chat
Chats
Get Chat
Retrieve a single chat by its ID.
GET
Get Chat
Retrieve the details of an existing chat by its ID.
Authentication
This request requires your API key in thex-api-key header.
Request
string
required
ID of the chat to retrieve.
Response
string
required
ID of the chat.
string
required
ID of the chatbot the chat belongs to.
string
required
ID of the associated end user.
string
required
ID of the organization that owns the chat.
string
required
ISO 8601 timestamp of when the chat was created.
Examples
Success response
Error response
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.