Overview
Theaskfred_thread query retrieves a specific AskFred conversation thread by its ID, including the complete message history. This query provides full details about a thread including all questions asked, answers received, and suggested follow-up queries.
Arguments
The unique identifier of the AskFred thread to retrieve
Schema
Fields available to the AskFredThread query:id: Unique identifier for the threadtitle: Thread titletranscript_id: Associated transcript/meeting ID (if applicable)user_id: ID of the user who created the threadcreated_at: Timestamp when the thread was createdmessages: Array of AskFredMessage objects containing:id: Message identifierthread_id: Parent thread IDquery: The question askedanswer: The AI-generated responsesuggested_queries: Array of suggested follow-up questionsstatus: Message processing status (processing, completed, failed)error: Error message if the query failedcreated_at: When the message was createdupdated_at: When the message was last updated