object
-
actionstring required -
auth_methodstring -
credential_idstring -
Stable non-secret API-key ID, including key-backed browser sessions; absent for historical events without attribution.
-
duration_msinteger · int64 required -
idstring required -
methodstring required -
operationstring -
pathstring required -
principalstring -
protocolstring -
request_idstring -
security_eventboolean required -
statusinteger required -
timestampstring · date-time required -
workspacestring
OpenAPI schema definition
{
"properties": {
"action": {
"type": "string"
},
"auth_method": {
"type": "string"
},
"credential_id": {
"description": "Stable non-secret API-key ID, including key-backed browser sessions; absent for historical events without attribution.",
"type": "string"
},
"duration_ms": {
"format": "int64",
"type": "integer"
},
"id": {
"type": "string"
},
"method": {
"type": "string"
},
"operation": {
"type": "string"
},
"path": {
"type": "string"
},
"principal": {
"type": "string"
},
"protocol": {
"type": "string"
},
"request_id": {
"type": "string"
},
"security_event": {
"type": "boolean"
},
"status": {
"type": "integer"
},
"timestamp": {
"format": "date-time",
"type": "string"
},
"workspace": {
"type": "string"
}
},
"required": [
"id",
"timestamp",
"action",
"method",
"path",
"status",
"duration_ms",
"security_event"
],
"type": "object"
}