List Audit Records
Last updated
Was this helpful?
Last updated
Was this helpful?
GET /public/v1/audit/records HTTP/1.1
Host:
Accept: */*
OK
{
"$meta": {
"pagination": {
"offset": 1,
"limit": 1,
"total": 1
},
"omitted": [
"text"
]
},
"data": [
{
"id": "text",
"event": "text",
"summary": "text",
"details": "text",
"object": {
"id": "text",
"name": "text",
"icon": "text",
"objectType": "text"
},
"timestamp": "2025-05-09T11:56:30.701Z",
"actor": {
"id": "text",
"name": "text",
"icon": "text",
"account": {
"id": "text",
"name": "text",
"icon": "text",
"accountType": "text"
}
},
"type": "Private",
"request": {
"api": {
"ip": "text",
"geolocation": {
"countryCode": "text",
"countryName": "text",
"region": "text"
},
"userAgent": "text"
},
"worker": {
"workerName": "text"
},
"log": {
"requestId": "text",
"operationId": "text"
}
},
"documents": {
"ANY_ADDITIONAL_PROPERTY": {
"options": {
"propertyNameCaseInsensitive": true
},
"parent": {
"options": {
"propertyNameCaseInsensitive": true
},
"parent": "[Circular Reference]",
"root": "[Circular Reference]"
},
"root": {
"options": {
"propertyNameCaseInsensitive": true
},
"parent": {
"options": {
"propertyNameCaseInsensitive": true
},
"parent": "[Circular Reference]",
"root": "[Circular Reference]"
},
"root": "[Circular Reference]"
}
}
},
"viewers": [
{
"id": "text",
"name": "text",
"type": "text",
"icon": "text"
}
]
}
]
}