Skip to main content
GET
List Conversations
Returns all conversations for the authenticated user.

Authentication

Requires a Bearer token. See Authentication.

Request Example

Response

conversations
object[]
Array of conversation objects with id, title, createdAt, updatedAt, and message count.

Endpoint

GET /api/v1/conversations Requires authentication via Bearer token. See Authentication.