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

# Create Files Report

Create a new files report based on the required business filters. **At least one of the filter parameters is required**.

**Required Permission**:

* `cyera.insert.report`

<Note>
  External Documentation

  To learn more, visit the [Cyera documentation](https://api.cyera.io/docs#tag/reports/post/v1/reports/issues-and-files-at-risk).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter                     | Description                                                                                                    |
  | ----------------------------- | -------------------------------------------------------------------------------------------------------------- |
  | Datastore UID                 | A datastore UID to filter the report results by.                                                               |
  | File Classifications          | A comma-separated list of file classifications to filter the report results by.                                |
  | File Name                     | The file name to filter the report results by. case-insensitive, supports partial match ("contains" operator). |
  | File Path                     | The file path to filter the report results by. case-insensitive, supports partial match ("contains" operator). |
  | File Sensitivity              | The file sensitivity to filter the report results by.                                                          |
  | File Sensitivity Display Name | The file sensitivity display name to filter the report results by.                                             |
</div>

## Example Output

```json theme={"dark"}
{
	"reportJobUid": "91c5ca09-3716-48ed-9fa8-0a3df4cb81a6"
}
```

## Workflow Library Example

[Create Files Report with Cyera and Send Results Via Email](https://library.blinkops.com/workflows/create-files-report-with-cyera-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/create-files-report-with-cyera-and-send-results-via-email/canvas" />
</div>
