Get Recent Agents
GET
/recentagents/{agent_id}
Agent APIs
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/recentagents/'
Response Response Example
{
"success": true,
"message": "status code 200: Recent Agent fetched successfully",
"data": [
{
"id": 17,
"agent": {
"id": 2,
"user": {
"id": 2,
"email": "creator@example.com",
"first_name": "Jane",
"last_name": "Doe",
"organization": 1
},
"agent_type": {
"id": 1,
"created_by": "System",
"created_on": "2024-08-23T21:38:47.044052Z",
"modified_by": "",
"modified_on": "2024-08-23T21:38:47.044079Z",
"name": "assistantType",
"description": "description of the agent type"
},
"agent_name": "Project Assistant",
"industry_area": "Tech",
"domain": "Software Development",
"sample_q1": "What is Agile methodology?",
"sample_q2": "Explain TDD in software development.",
"sample_q3": "What is the difference between Scrum and Kanban?",
"prefix_prompt": "Answer the following questions with detailed explanations.",
"alias": null,
"is_active": false,
"is_deleted": false,
"created_by": "creator@example.com",
"created_on": "2024-08-23T21:39:12.479380Z",
"agent_image": null,
"access": "Public",
"status": "Live",
"project": 1,
"llm_config": null,
"cloned_from": null
},
"user": {
"id": 3,
"email": "interactor@example.com",
"first_name": null,
"last_name": null
},
"created_on": "2024-09-11T17:20:12.057533Z"
}
]
}
Request
Path Params
agent_id
string
required
Query Params
limit
integer
optional