Get list of chats

GET https://api.chatbot.com/v2/chats

The results are divided into pages, each containing 40 chats. To access next pages of the results, use ?after= parameter.

Request Params

KeyDatatypeRequiredDescription
afternullThe results are divided into pages, each containing 40 chats. To access next pages of the results, use ?after= parameter.