Audit Logs
View the cloud agent admin API audit trail
View audit logs
query MyQuery {
auditLogs(
page: {
nextToken: null
}
filter: {}
) {
items {
requestId
userId
timestamp
operationId
operationArgs
operationResultData
isSuccess
userAgent
httpStatus
}
nextToken
}
}Last updated