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

Get a list of blocked messages.

<Note>
  External Documentation

  To learn more, visit the [Proofpoint TAP documentation](https://help.proofpoint.com/Threat_Insight_Dashboard/API_Documentation/SIEM_API).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter     | Description                                                                    |
  | ------------- | ------------------------------------------------------------------------------ |
  | Starting Time | The starting time of the search interval. End time is the current server time. |
  | Threat Status | Returns only chosen threat status.                                             |
  | Threat Type   | Returns only chosen threat types.                                              |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter     | Description                                                                                                              |
  | ------------- | ------------------------------------------------------------------------------------------------------------------------ |
  | Interval      | The interval of the events returned. Maximum interval is 1 hour. For example: 2016-05-01T12:00:00Z/2016-05-01T13:00:00Z. |
  | Seconds Since | The size of the search interval in seconds starting from the current server time. Valid range: 30-3600                   |
</div>

## Example Output

```json theme={"dark"}
{
	"queryEndTime": "<string>",
	"messagesBlocked": [
		{
			"spamScore": "<integer>",
			"phishScore": "<integer>",
			"threatsInfoMap": [
				{
					"threatID": "<string>",
					"threatStatus": "<string>",
					"classification": "<string>",
					"detectionType": "<string>",
					"threatUrl": "<string>",
					"threatTime": "<string>",
					"threat": "<string>",
					"campaignID": "<string>",
					"actors": [],
					"threatType": "<string>"
				}
			],
			"messageTime": "<string>",
			"impostorScore": "<integer>",
			"malwareScore": "<integer>",
			"cluster": "<string>",
			"subject": "<string>",
			"quarantineFolder": "<string>",
			"quarantineRule": "<string>",
			"policyRoutes": [
				"<string>",
				"<string>",
				"<string>"
			],
			"modulesRun": [
				"<string>",
				"<string>",
				"<string>",
				"<string>",
				"<string>",
				"<string>",
				"<string>",
				"<string>"
			],
			"messageSize": "<integer>",
			"headerFrom": "<string>",
			"headerReplyTo": "<string>",
			"fromAddress": [
				"<string>"
			],
			"ccAddresses": [],
			"replyToAddress": [],
			"toAddresses": [
				"<string>"
			],
			"xmailer": "<string>",
			"messageParts": [
				{
					"disposition": "<string>",
					"sha256": "<string>",
					"md5": "<string>",
					"filename": "<string>",
					"sandboxStatus": "<string>",
					"oContentType": "<string>",
					"contentType": "<string>"
				}
			],
			"completelyRewritten": "<boolean>",
			"id": "<string>",
			"QID": "<string>",
			"GUID": "<string>",
			"sender": "<string>",
			"recipient": [
				"<string>"
			],
			"senderIP": "<string>",
			"messageID": "<string>"
		},
		{
			"spamScore": "<integer>",
			"phishScore": "<integer>",
			"threatsInfoMap": [
				{
					"threatID": "<string>",
					"threatStatus": "<string>",
					"classification": "<string>",
					"detectionType": "<string>",
					"threatUrl": "<string>",
					"threatTime": "<string>",
					"threat": "<string>",
					"campaignID": "<string>",
					"actors": [],
					"threatType": "<string>"
				}
			],
			"messageTime": "<string>",
			"impostorScore": "<integer>",
			"malwareScore": "<integer>",
			"cluster": "<string>",
			"subject": "<string>",
			"quarantineFolder": "<string>",
			"quarantineRule": "<string>",
			"policyRoutes": [
				"<string>",
				"<string>",
				"<string>"
			],
			"modulesRun": [
				"<string>",
				"<string>",
				"<string>",
				"<string>",
				"<string>",
				"<string>",
				"<string>",
				"<string>"
			],
			"messageSize": "<integer>",
			"headerFrom": "<string>",
			"headerReplyTo": "<string>",
			"fromAddress": [
				"<string>"
			],
			"ccAddresses": [],
			"replyToAddress": [],
			"toAddresses": [
				"<string>"
			],
			"xmailer": "<string>",
			"messageParts": [
				{
					"disposition": "<string>",
					"sha256": "<string>",
					"md5": "<string>",
					"filename": "<string>",
					"sandboxStatus": "<string>",
					"oContentType": "<string>",
					"contentType": "<string>"
				}
			],
			"completelyRewritten": "<boolean>",
			"id": "<string>",
			"QID": "<string>",
			"GUID": "<string>",
			"sender": "<string>",
			"recipient": [
				"<string>"
			],
			"senderIP": "<string>",
			"messageID": "<string>"
		}
	]
}
```

## Workflow Library Example

[List Blocked Messages with Proofpoint Tap and Send Results Via Email](https://library.blinkops.com/workflows/list-blocked-messages-with-proofpoint-tap-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-messages-with-proofpoint-tap-and-send-results-via-email/canvas" />
</div>
