External DocumentationTo learn more, visit the Cisco Domain Protection documentation.
Actions
List Audits
Fetches audits for user, domain, or organization.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| 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. |
{
"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"
}
]
}
}
Was this page helpful?