Overview
Theaskfred_threads query retrieves a summary of all AskFred conversation threads belonging to the authenticated user. This query provides a lightweight overview of threads without including the full message history, making it ideal for listing and browsing conversations.
Arguments
Filter threads to only those associated with a specific transcript ID
Schema
Fields available to the AskFredThreadSummary query:id: Unique identifier for the threadtitle: Thread title (typically derived from the first question)transcript_id: Associated transcript/meeting ID (if applicable)user_id: ID of the user who created the threadcreated_at: Timestamp when the thread was created
Usage Example
With Filter
Related
Get Thread Details
Retrieve complete thread with message history
Create Thread
Start a new AskFred conversation