curl -X GET https://api.myweave.ai/functions/v1/users/user_abc123/threads \ -H "X-API-Key: your-api-key-here"
{ "data": [ { "id": "550e8400-e29b-41d4-a716-446655440000", "title": "Leadership Development Session", "created_at": "2024-01-15T10:30:00Z", "updated_at": "2024-01-16T14:20:00Z", "coach_id": "coach_xyz789", "user_id": "user_abc123", "coach_profiles": { "name": "Dr. Sarah Johnson", "title": "Executive Leadership Coach" } }, { "id": "660e8400-e29b-41d4-a716-446655440001", "title": "Career Planning Discussion", "created_at": "2024-01-10T09:15:00Z", "updated_at": "2024-01-12T16:45:00Z", "coach_id": "coach_abc456", "user_id": "user_abc123", "coach_profiles": { "name": "Michael Chen", "title": "Career Development Coach" } } ], "count": 2 }
Retrieve all conversation threads for a specific user
Show thread object
Show properties
updated_at
Was this page helpful?