Resources
List Conversations
List all conversations for the authenticated user.
GET
List Conversations
Returns all conversations for the authenticated user.
Authentication
Requires a Bearer token. See Authentication.Request Example
Response
Array of conversation objects with
id, title, createdAt, updatedAt, and message count.Endpoint
GET /api/v1/conversations
Requires authentication via Bearer token. See Authentication.List Conversations
