Authorization: Bearer ********************curl --location 'https://app.emoosearch.com/open-api/v1/agents?page_size=100¤t_page=1&agent_type=coze' \
--header 'Emoo-User-Id: ' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"message": "success",
"data": {
"total": 2,
"page_size": 10,
"current_page": 1,
"total_pages": 1,
"results": [
{
"ws_agent_key": "a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6",
"title": "我的 webhook 助手",
"agent_type": "webhook",
"is_enabled": true,
"description": null,
"created_at": "2026-07-04T10:00:00Z",
"updated_at": "2026-07-04T10:00:00Z"
}
]
}
}