Get Recently Active Agents
GET
/analytics/recentagents
Analytics APIs
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/analytics/recentagents'
Response Response Example
[
{
"id": 977,
"agent_name": "Test Agent",
"industry_area": "",
"domain": "This is a test domain",
"sample_q1": "",
"sample_q2": "",
"sample_q3": "",
"prefix_prompt": "This is a test agent prompt.",
"alias": "TestAgent_977@ejento.ai",
"is_active": true,
"is_deleted": false,
"created_by": "creator@company.com",
"created_on": "2024-10-15T21:43:06.822939Z",
"agent_image": "/static/images/defaultBotImg.png",
"access": "Only me",
"status": "Live",
"caching_enabled": false,
"chunk_count": 32,
"agent_type": 1,
"user": 15,
"project": 2,
"llm_config": 8,
"cloned_from": null
}
]
Request
None