{ "data": { "askfred_thread": { "id": "thread_abc123", "title": "What were the action items from the Q4 planning meeting?", "transcript_id": "transcript_xyz789", "user_id": "user_123", "created_at": "2024-03-15T10:30:00Z", "messages": [ { "id": "msg_001", "query": "What were the action items from the Q4 planning meeting?", "answer": "Based on the Q4 planning meeting, here are the key action items:\n\n1. **Product Development** - Sarah to finalize the feature roadmap by March 20th\n2. **Marketing Campaign** - John to prepare Q4 marketing strategy presentation by March 25th\n3. **Budget Review** - Finance team to provide updated budget allocations by March 18th\n4. **Customer Success** - Emma to compile customer feedback report by end of week", "suggested_queries": [ "Who is responsible for the product roadmap?", "What is the timeline for the marketing strategy?", "What were the budget concerns discussed?" ], "status": "completed", "created_at": "2024-03-15T10:30:00Z" }, { "id": "msg_002", "query": "What were the budget concerns discussed?", "answer": "The main budget concerns discussed in the meeting were:\n\n1. **Resource Allocation** - Need to balance investment between product development and marketing\n2. **Headcount** - Discussion about hiring 3 new engineers vs 2 engineers and 1 marketing specialist\n3. **Tool Costs** - Review of current software subscriptions to identify cost-saving opportunities\n4. **Travel Budget** - Proposed 20% reduction in Q4 travel budget due to increased virtual meeting effectiveness", "suggested_queries": [ "What was the final decision on headcount?", "Which software subscriptions were identified for review?", "How much is the current travel budget?" ], "status": "completed", "created_at": "2024-03-15T10:32:00Z" } ] } }}
Query
AskFred Thread
Get a specific AskFred conversation thread with all its messages
The askfred_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.
{ "data": { "askfred_thread": { "id": "thread_abc123", "title": "What were the action items from the Q4 planning meeting?", "transcript_id": "transcript_xyz789", "user_id": "user_123", "created_at": "2024-03-15T10:30:00Z", "messages": [ { "id": "msg_001", "query": "What were the action items from the Q4 planning meeting?", "answer": "Based on the Q4 planning meeting, here are the key action items:\n\n1. **Product Development** - Sarah to finalize the feature roadmap by March 20th\n2. **Marketing Campaign** - John to prepare Q4 marketing strategy presentation by March 25th\n3. **Budget Review** - Finance team to provide updated budget allocations by March 18th\n4. **Customer Success** - Emma to compile customer feedback report by end of week", "suggested_queries": [ "Who is responsible for the product roadmap?", "What is the timeline for the marketing strategy?", "What were the budget concerns discussed?" ], "status": "completed", "created_at": "2024-03-15T10:30:00Z" }, { "id": "msg_002", "query": "What were the budget concerns discussed?", "answer": "The main budget concerns discussed in the meeting were:\n\n1. **Resource Allocation** - Need to balance investment between product development and marketing\n2. **Headcount** - Discussion about hiring 3 new engineers vs 2 engineers and 1 marketing specialist\n3. **Tool Costs** - Review of current software subscriptions to identify cost-saving opportunities\n4. **Travel Budget** - Proposed 20% reduction in Q4 travel budget due to increased virtual meeting effectiveness", "suggested_queries": [ "What was the final decision on headcount?", "Which software subscriptions were identified for review?", "How much is the current travel budget?" ], "status": "completed", "created_at": "2024-03-15T10:32:00Z" } ] } }}