curl --location -g --request GET 'https:///api/v2/agents//history/' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '{
"success": true,
"message": "Agent history detail fetched successfully",
"data": {
"history_id": 1,
"history_date": "2024-03-20T10:00:00Z",
"agent_name": "Test Agent",
"domain": "Test Domain",
"prefix_prompt": "Test prefix prompt",
"access": "Public",
"status": "Live",
"modified_by": "[email protected]"
}
}