> ## 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 Audits

Fetches audits for user, domain, or organization.

<Note>
  External Documentation

  To learn more, visit the [Cisco Domain Protection documentation](https://apidoc.appc.cisco.com/reference/audits_audits).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter   | Description                                                                                           |
  | ----------- | ----------------------------------------------------------------------------------------------------- |
  | End Date    | The latest date time a search should target. Takes the current date as default.                       |
  | Name        | Filter by the name of object (User - email, domain - unicode\_domain, organization - symbolic\_name). |
  | Object Type | The type of the endpoint to list audits for.                                                          |
  | Start       | The offset of the returned records.                                                                   |
  | Start Date  | The earliest date time a search should target. 14 days ago as default.                                |
</div>

## Example Output

```json theme={"dark"}
{
	"version": 1,
	"status": "ok",
	"code": 200,
	"audits": {
		"entries": [
			{
				"action": "Generated API Access",
				"filterable_action": "Generated API Access",
				"user": "user@company.com",
				"object": "user@company.com",
				"changes": {},
				"created_at": "2020-08-06 14:02:07.434696+00:00"
			}
		]
	}
}
```

## Workflow Library Example

[List Audits with Cisco Domain Protection and Send Results Via Email](https://library.blinkops.com/workflows/list-audits-with-cisco-domain-protection-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-audits-with-cisco-domain-protection-and-send-results-via-email/canvas" />
</div>
