cURL
curl --request GET \ --url https://api.getarbol.com/v1/conversations/{conversationId} \ --header 'Authorization: Bearer <token>'
{ "error": { "code": "<string>", "message": "<string>", "details": {} }, "requestId": "<string>" }
Get full conversation details including messages, activities, and evaluations.
Use your API key from the Arbol dashboard. Go to Settings > API Keys to generate one.
Conversation ID (cnv_ prefix)
Conversation details