Welcome to Theo Docs — the AI orchestration API.
List all conversations for the authenticated user.
cURL
curl --request GET \ --url https://api.example.com/api/v1/conversations
{ "conversations": [ {} ] }
curl https://hitheo.ai/api/v1/conversations \ -H "Authorization: Bearer $THEO_API_KEY"
id
title
createdAt
updatedAt
GET /api/v1/conversations
Was this page helpful?