Skip to main content

Overview

The askfred_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

transcript_id
String
Filter threads to only those associated with a specific transcript ID

Schema

Fields available to the AskFredThreadSummary query:
  • id: Unique identifier for the thread
  • title: 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 thread
  • created_at: Timestamp when the thread was created

Usage Example

With Filter

Get Thread Details

Retrieve complete thread with message history

Create Thread

Start a new AskFred conversation