List user’s conversation threads
private, public, unlisted)threads table WHERE user_id = userId{"items": []} (empty array)| Code | HTTP | Cause | Controller Line |
|---|---|---|---|
| N/A | 401 | JWT missing or invalid | Middleware |
| N/A | 401 | User ID claim missing/invalid GUID | 45-48 |
THREADS_ERROR | 500 | Service exception | 54-62 |
limit threads (ordering implementation-defined)
threads.user_id should be indexed for performance
Response Size: Proportional to limit value (uncapped by controller)