Get Starred Agents
GET
/starredagents/{agent_id}
Agent APIs
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/starredagents/'
Response Response Example
{
"success": true,
"message": "status code 200: Starred Agent fetched successfully",
"data": [
{
"id": 12,
"agent": {
"id": 3,
"user": {
"id": 3,
"email": "user@example.com",
"first_name": null,
"last_name": null,
"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": "SampleAgent",
"description": "Sample description"
},
"instructions": [
{
"id": 1,
"instruction": "",
"is_deleted": false,
"created_by": "user@example.com",
"created_on": "2024-08-28T20:06:07.967094Z",
"agent": 3
}
],
"agent_name": "Sample Agent",
"industry_area": "",
"domain": "",
"sample_q1": "",
"sample_q2": "",
"sample_q3": "",
"prefix_prompt": "",
"alias": "Agent_67-dev@ejento.ai",
"is_active": false,
"is_deleted": false,
"created_by": "user@example.com",
"created_on": "2024-08-28T20:06:07.953849Z",
"agent_image": "/build/static/media/defaultBotImg3.9f06e9226b3fe33a93c9.png",
"access": "Public",
"status": "Live",
"project": 1,
"llm_config": 1,
"cloned_from": null
}
}
]
}
Request
Path Params
agent_id
string
required
Query Params
limit
integer
optional