Skip to main content
GET
/
conversations
/
{conversation_id}
Get Conversation
curl --request GET \
  --url https://api.example.com/conversations/{conversation_id}

Path Parameters

ParameterTypeDescription
conversation_idstringConversation ID

Response

{
  "id": "conv_abc123",
  "agent_id": "agent_abc123",
  "title": "Q4 Sales Analysis",
  "created_at": "2026-03-15T10:00:00Z",
  "updated_at": "2026-03-15T10:30:00Z",
  "is_active": true,
  "metadata": {},
  "message_count": null,
  "has_active_generation": false
}