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

# Search Audits

Get a list of audits.

<Note>
  External Documentation

  To learn more, visit the [Plutora documentation](https://auapi.plutora.com/swagger/index.html#/Audit/Audit_Search).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter         | Description                                              |
  | ----------------- | -------------------------------------------------------- |
  | Audit Entity Type | The type of the entity to filter results by.             |
  | End Date          | The end date of the timeframe to search audits in.       |
  | Entity ID         | The ID of the entity to filter results by.               |
  | Event Types       | The type of the event to filter results by.              |
  | Page Num          | The page to return results from. Starting from `1`.      |
  | Records Per Page  | The maximum number of results to return per page.        |
  | Return All Pages  | Automatically fetch all resources, page by page.         |
  | Start Date        | The start date of the timeframe to search audits in.     |
  | Term              | Text to filter the results by.                           |
  | User IDs          | A comma-separated list of user IDs to search audits for. |
</div>

## Workflow Library Example

[Search Audits with Plutora and Send Results Via Email](https://library.blinkops.com/workflows/search-audits-with-plutora-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/search-audits-with-plutora-and-send-results-via-email/canvas" />
</div>
