Skip to main content
Get audit logs within given timestamp.
External DocumentationTo learn more, visit the Lacework documentation.

Parameters

ParameterDescription
End TimeQuery for changed files until given timestamp.
Start TimeQuery for changed files since given timestamp.

Example Output

{
	"data": [
		{
			"accountName": "Lacework",
			"createdTime": "2020-12-18T18:38:28Z",
			"eventDescription": "User [email protected] logged in to Lacework account using OAuth credentials",
			"eventName": "User Login",
			"userAction": "Login with OAuth Succeeded",
			"userName": "[email protected]"
		},
		{
			"accountName": "Lacework",
			"createdTime": "2020-12-18T22:38:28Z",
			"eventDescription": "User [email protected] logged in to Lacework account using OAuth credentials",
			"eventName": "User Login",
			"userAction": "Login with OAuth Succeeded",
			"userName": "[email protected]"
		}
	]
}

Workflow Library Example

Get Audit Logs with Lacework and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop