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

# List Blocked Items

This method lists all the hashes that are present in the blocklist.

<Note>
  External Documentation

  To learn more, visit the [Bitdefender documentation](https://www.bitdefender.com/business/support/en/77209-135328-getblocklistitems.html).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                                         |
  | --------- | ------------------------------------------------------------------------------------------------------------------- |
  | Page      | The results page. The default value is 1.                                                                           |
  | Per Page  | The number of items displayed in a page. The upper limit is 100 items per page. Default value is 30 items per page. |
</div>

## Example Output

```json theme={"dark"}
{
	"id": "0df7568c-59c1-48e0-a31b-18d83e6d9810",
	"jsonrpc": "2.0",
	"result": {
		"items": [
			{
				"companyId": "5b680f6fb1a43d860a7b23c8",
				"hash": "098f6bcd4621d373cade4e832627b4f6",
				"hashType": 2,
				"id": "5b7ac19bb1a43dfb107b23c6",
				"source": 3,
				"sourceInfo": "Added from public API"
			},
			{
				"companyId": "5b680f6fb1a43d860a7b23c8",
				"filename": "file.txt",
				"hash": "f696282aa4cd4f614aa995190cf442fe",
				"hashType": 2,
				"id": "5b7ac19bb1a43dfb107b23c7",
				"source": 1,
				"sourceInfo": "Added from incident 1"
			}
		],
		"page": 1,
		"pagesCount": 1,
		"perPage": 30,
		"total": 2
	}
}
```

## Workflow Library Example

[List Blocked Items with Bitdefender and Send Results Via Email](https://library.blinkops.com/workflows/list-blocked-items-with-bitdefender-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/list-blocked-items-with-bitdefender-and-send-results-via-email/canvas" />
</div>
