> ## 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 Issues And Files Report

Generate a new report for issues and files at risk.

**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                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  | ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
  | Conditions       | A set of filter conditions that define which issues and files would be included in the report.<br /><br />Example:<br /><pre><code>\{<br />  "filters": \[<br />    \{<br />      "policyUids": \{<br />        "field": "policyUids",<br />        "operator": "IN",<br />        "values": \[<br />          "string"<br />        ]<br />      }<br />    }<br />  ],<br />  "filterGroups": \[<br />    \{<br />      "entity": "Datastore",<br />      "filters": \[<br />        \{<br />          "datastoreUids": \{<br />            "field": "datastoreUids",<br />            "operator": "IN",<br />            "values": \[<br />              "string"<br />            ]<br />          },<br />          "infrastructures": \{<br />            "field": "infrastructures",<br />            "operator": "IN",<br />            "values": \[<br />              "ec2"<br />            ]<br />          }<br />        }<br />      ]<br />    }<br />  ] <br />}</code></pre>For more information about the conditions parameter, please visit [Cyera's documentation](https://api.cyera.io/docs#tag/reports/post/v1/reports/issues-and-files-at-risk). |
  | Email Recipients | A comma-separated list of email recipients to send the generated report to.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
</div>

## Example Output

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

## Workflow Library Example

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