Chat & Conversations
Get User Threads
Retrieve all conversation threads for a specific user
GET
Overview
Get all conversation threads for a user. Returns thread metadata including coach information, ordered by most recently updated.Path Parameters
User identifier
Query Parameters
Optional filter to get threads with a specific coach only
Response
Array of thread objects
Total number of threads returned
Use Cases
- User Dashboard: Display all conversations for a user
- Coach Filter: Show threads with a specific coach
- Conversation History: List all past consultations
- Thread Management: Get thread IDs for continuing conversations
Response Details
- Threads are ordered by
updated_atin descending order (most recent first) - Includes coach profile information via join
- Returns empty array if no threads found
- Coach filter is optional - omit to get all threads

