curl --location --request GET '/getList?page&pageSize&sessionIds'
{
"reqId": "string",
"code": 0,
"msg": "string",
"data": {
"list": [
{
"id": 0,
"apiKey": "string",
"sessionId": "string",
"sessionName": "string",
"keepalive": 0,
"keepaliveTimeout": 0,
"productId": "string",
"cloudId": "string",
"browserUrl": "string",
"status": 0,
"healthy": 0,
"expiredType": 0,
"expired": 0,
"totalDuration": 0,
"duration": 0,
"clientNum": 0,
"info": {},
"browser": {
"system": "string",
"publicIp": "string",
"kernel": "string",
"kernelVersion": "string",
"proxy": {
"protocol": "string",
"host": "string",
"port": 0,
"userName": "string",
"password": "string"
}
},
"country": "string",
"city": "string"
}
],
"total": 0,
"pageSize": 0,
"currentPage": 0
}
}