Retrieve a list of administrator log events. Only the 1,000 earliest events will be retrieved. You may need to call this action multiple times with Minimum Time to page through the entire log. Duo recommends requesting logs no more than once per minute. Note: This action requires the Grant read log API permission.
External DocumentationTo learn more, visit the Duo documentation.

Parameters

ParameterDescription
Minimum TimeRetrieve logs that have a timestamp of Minimum Time or later.

Example Output

{
	"stat": "OK",
	"response": [
		{
			"action": "user_update",
			"description": "{\"notes\": \"Joe asked for their nickname to be displayed instead of Joseph.\", \"realname\": \"Joe Smith\"}",
			"isotimestamp": "2020-01-24T15:09:42+00:00",
			"object": "jsmith",
			"timestamp": 1579878582,
			"username": "admin"
		}
	]
}

Workflow Library Example

List Admin Logs with Duo and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop