curl --location --request GET '/rpa-operate/logs?remote_id=&offset&limit' \
--header 'Authorization: Bearer xxxxxx'{
"logs": [
{
"logId": 0,
"rpaId": 0,
"userId": 0,
"remoteId": 0,
"rpaOperationName": "string",
"success": 0,
"frequency": 0,
"execute": 0,
"startTime": "string",
"duration": 0,
"createTime": 0
}
],
"total": 0
}