Authorization: Bearer ********************
curl --location --request GET '/admin/user_groups/agents?group_id=2'
{
"code": 0,
"message": "SUCCESS",
"data": {
"total": 2,
"per_page": 15,
"current_page": 1,
"last_page": 1,
"data": [
{
"id": 2,
"name": "demo-chat-R1",
"agent_key": "c9bcbcabdf744833",
"show": "t",
"is_default": "f",
"checked": 1
},
{
"id": 1,
"name": "超级智能体",
"agent_key": "f252502786b64b18",
"show": "t",
"is_default": "t",
"checked": 1
}
]
}
}