Get conversation metadata and recent messages (newest first).
Use limit to control how many messages are returned (default 20). To detect when an
assistant reply is finished, poll until the most recent assistant message has
status: 'COMPLETED' (or CANCELLED/FAILED).
Documentation Index
Fetch the complete documentation index at: https://docs.qa.tech/llms.txt
Use this file to discover all available pages before exploring further.
^chat(-.+_.+|_.+)$The request has succeeded.
Conversation data with recent messages (newest first).
^chat(-.+_.+|_.+)$Dashboard URL for the conversation.
Where the conversation originated. api for conversations created via this API, ui for the dashboard, github/gitlab for VCS-triggered chats, and system for everything else.
api, ui, github, gitlab, system Recent messages, newest first. Empty on creation; poll GET /chat/{chatConversationShortId} to retrieve.