curl --location --request POST 'http://dev-cn.your-api-server.com/v3/alipay/iservice/ccm/agent/schedulelog/query' \
--header 'Content-Type: application/json' \
--data-raw '{
"ccs_instance_id": "kaj_9DA1",
"limit": 100,
"page_num": 1,
"page_size": 10,
"start_id": 10223,
"agent_ids": "[\"2018101801902073\",\"2018101801902090\"]",
"end_time": {},
"start_time": {}
}'
{
"agent_schedule_logs": {
"agent_id": "2018101801902073",
"agent_name": "张三",
"duration": 120,
"external_user_no": "0012",
"id": "10223",
"last_status": "离线",
"status": "上线",
"create_time": {},
"end_time": {},
"start_time": {}
},
"page_num": 1,
"page_size": 10,
"total_count": 125
}