List all conversations for the authenticated user.
cURL
curl --request GET \ --url https://your-domain.com/api/conversations \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "<string>", "title": "<string>", "mode": "react", "agent_id": "<string>", "status": "active", "starred": true, "model_name": "<string>", "total_tokens": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ], "total": 123, "page": 123, "size": 123, "pages": 123 }
API Key (fim_xxx) or JWT token
Page number
x >= 1
Items per page
1 <= x <= 100
Filter by conversation status
active
archived
Search by title or message content
Paginated list of conversations
Show child attributes