List Data Audit Events
Lists data audit events that match query parameters.
Authentication
AuthorizationBearer
Access token, prefixed by Bearer .
Query parameters
filterOps.context.changeID
ID for the audit event.
filterOps.context.requestID
ID for the request that caused the event.
filterOps.context.sessionID
ID for the session in which the request was sent.
filterOps.context.actor
Member who sent the request. Depending on actorType, this may be a user ID or a service account ID.
filterOps.context.actorType
undocumented_enums:[‘GROUP’,‘SQL_SERVICE_ACCOUNT’];Type of member who sent the request.
Allowed values:
filterOps.context.accessType
Type of access for the request.
Allowed values:
filterOps.context.ipAddress
IP Address of the client that made the request.
filterOps.context.origin
HTTP Origin request header (including scheme, hostname, and port) of the request.
filterOps.context.authMode
Allowed values:
filterOps.context.jwtID
ID of the JWT token.
filterOps.context.bearerTokenContextID
Embedded User Context.
filterOps.parentAccountID
Resources with the specified parent account ID.
filterOps.accountID
filterOps.workspaceID
Resources with the specified workspace ID.
filterOps.vaultID
Resources with the specified vault ID.
filterOps.resourceIDs
Resources with a specified ID. If a resource matches at least one ID, the associated event is returned. Format is a comma-separated list of “<resourceType>/<resourceID>”. For example, “VAULT/12345, USER/67890”.
Response
OK
event
Events matching the query.
nextOps