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
ID of the chat to retrieve.
Response
ID of the chat.
ID of the chatbot the chat belongs to.
ID of the associated end user.
ID of the organization that owns the chat.
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.