Last updated
curl -X 'GET' \
'https://openapi.exosp.com/audit/v1/user/policy-setting?offset=0&tableSize=1&timezone=Asia%2FSeoul&sortType=DESC' \
-H 'accept: application/json' \
-H 'x-exosp-access: YOUR_ACCESS_KEY' \
-H 'x-exosp-secret: YOUR_ACCESS_SECRET'
{
"code": 0,
"message": "success",
"body": {
"searchDate": "2025-10-31 ~ 2026-01-30",
"total": 89,
"data": [
{
"name": "Exosphere Support Team(support@exosp.com)",
"departmentFull": "-",
"computerName": "abc Mac mini",
"eventType": "Agent Direct Delete",
"osType": "macos",
"osVersion": "26.2.0",
"ip": "192.168.0.171",
"macAddress": "|f6:f7:c1:45:f3:d2|f6:f7:c1:45:f3:d3|f6:f7:c1:45:f3:b2|36:bc:38:19:e6:c0|36:bc:38:19:e6:c4|f6:f7:c1:45:f3:b3|18:4a:53:11:43:1d|18:4a:53:23:49:aa",
"agentVersion": "1.28.0",
"dateOfEntryUTC": "2026-01-27T05:51:04+00:00",
"dateOfEntry": "2026-01-27T14:51:04+09:00"
}
]
}
}