{
"success": true,
"message": "Agent history fetched successfully",
"data": {
"history_records": [
{
"history_id": 1,
"history_date": "2024-03-20T10:00:00Z",
"agent_name": "Test Agent",
"domain": "Test Domain",
"sample_q1": "Sample Question 1",
"sample_q2": "Sample Question 2",
"sample_q3": "Sample Question 3",
"prefix_prompt": "Test prefix prompt",
"access": "Public",
"status": "Live",
"agent_type": {
"id": 1,
"name": "QnA"
},
"llm_config": {
"id": 47,
"model_deployment": "gpt-4.1",
"model_name": "GPT 4.1",
"is_enabled": true,
"is_default": false
},
"caching_enabled": true,
"is_published_as_teammate": false,
"pattern": {
"id": 1,
"name": "ReAct",
"description": "ReAct reasoning pattern"
},
"agent_image": "https://example.com/agent-image.jpg",
"instructions": [
"instruction1",
"instruction2"
],
"tools": [
"tool1",
"tool2"
],
"modified_by": "user@example.com"
}
],
"total_records": 1,
"current_page": 1,
"total_pages": 1
}
}