cURL
curl --request GET \ --url https://api.example.com/conversations/{conversation_id}
Get a conversation and its metadata
conversation_id
string
{ "id": "conv_abc123", "agent_id": "MainAgent", "title": "Q4 Sales Analysis", "created_at": "2025-01-15T10:00:00Z", "updated_at": "2025-01-15T10:30:00Z", "message_count": 12 }