Welcome to Theo Docs — the AI orchestration API.
Get a specific conversation with its messages.
cURL
curl --request GET \ --url https://api.example.com/api/v1/conversations/{id}
{ "conversation": {} }
curl https://hitheo.ai/api/v1/conversations/conv_abc123 \ -H "Authorization: Bearer $THEO_API_KEY"
id
title
messages
createdAt
updatedAt
GET /api/v1/conversations/{id}
Was this page helpful?