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

# Show Threat Protections

Retrieve a list of threat protections with optional filtering.

<Note>
  External Documentation

  To learn more, visit the [Check Point Management documentation](https://sc1.checkpoint.com/documents/latest/APIs/#web/show-threat-protections~v2.0.1%20).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter                      | Description                                                                                                                                                                  |
  | ------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Details Level                  | The level of details to include in the response.                                                                                                                             |
  | Domains To Process             | A comma-separated list of domains to process. This must be run from the system domain with `ignore-warning` set to true.                                                     |
  | Filter                         | The search expression to filter the threat protections by.                                                                                                                   |
  | Limit                          | The maximum number of results to return in the response.<br /><br />Valid range is - `1` to `500`.                                                                           |
  | Offset                         | The pagination offset indicating the starting point for the next set of results.                                                                                             |
  | Order                          | A JSON list of fields and their sorting order.<br />        <br />Example:<br /><pre><code>\[<br />  \{ "name": "ASC" },<br />  \{ "createdAt": "DESC" }<br />]</code></pre> |
  | Return All Pages               | Automatically fetch all resources, page by page.                                                                                                                             |
  | Show Capture Packets And Track | Select to calculate and include the `capture packets` and `track` fields in the response.                                                                                    |
  | Show Ips Additional Properties | Select to calculate and include the `IPS additional properties` field in the response.                                                                                       |
  | Show Profiles                  | Select to calculate and include the `profiles` field in the response.                                                                                                        |
</div>

## Example Output

```json theme={"dark"}
{
	"from": 1,
	"protections": [
		{
			"name": "Adobe Acrobat Reader Memory Corruption (APSB20-13: CVE-2020-3795)",
			"uid": "1954b42d-20b6-9815-4638-301530263660",
			"type": "threat-protection"
		}
	],
	"to": 1,
	"total": 1
}
```

## Workflow Library Example

[Show Threat Protections with Check Point Management and Send Results Via Email](https://library.blinkops.com/workflows/show-threat-protections-with-check-point-management-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/show-threat-protections-with-check-point-management-and-send-results-via-email/canvas" />
</div>
