Threads
Operations for managing conversation threads
📄️ Get threads in a chatbot
Retrieves a paginated and sortable list of conversation threads for a specific chatbot.
📄️ Get a thread data
Retrieves detailed information about a specific conversation thread.
📄️ Create new thread
Creates a new conversation thread or updates an existing one. Validates the request's referer domain against the chat's allowed domains.
📄️ Delete thread
Deletes a thread by resetting the thread_id cookie. Used to start a new conversation.