Skip to content

Operation Logs Overview



wss op_log_list

The op_log_list request will return packages assigned to the current user for the specified time period.

NameTypeDescription
created_at.gttimestampTime reference point
created_at.lttimestampTime reference point
NameTypeDescription
logsarray[object]Array of packages
{
"request": {
"op_log_list": {
"created_at": {
"gt": "timestamp_in_ms"
}
},
"id": "RequestId"
}
}
{
"response": {
"logs": [
{
"_id": "63480e68f4794709f802a2fd",
"user_id": "634ec51c0b65918393dca5bf",
"packet": { ... }
},
{
"_id": "63480e68f4794709f802a2fa",
"user_id": "634ec51c0b65918393dca5bf",
"packet": { ... }
}
],
"id": "RequestId"
}
}