> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Admin Logs

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.

<Note>
  External Documentation

  To learn more, visit the [Duo documentation](https://duo.com/docs/adminapi#administrator-logs).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter    | Description                                                     |
  | ------------ | --------------------------------------------------------------- |
  | Minimum Time | Retrieve logs that have a timestamp of `Minimum Time` or later. |
</div>

## Example Output

```json theme={"dark"}
{
	"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](https://library.blinkops.com/workflows/list-admin-logs-with-duo-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-admin-logs-with-duo-and-send-results-via-email/canvas" />
</div>
