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

List events of delivered messages which contained a known threat.

<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": "2001-09-17T04:35:30.550Z",
	"messagesDelivered": [
		{
			"spamScore": 1,
			"phishScore": 1,
			"threatsInfoMap": [
				{
					"threatID": "<string>",
					"threatStatus": "<string>",
					"classification": "<string>",
					"detectionType": "<string>",
					"threatUrl": "<string>",
					"threatTime": "2001-09-17T04:35:30.550Z",
					"threat": "<string>",
					"campaignID": null,
					"actors": [],
					"threatType": "<string>"
				},
				{
					"threatID": "<string>",
					"threatStatus": "<string>",
					"classification": "<string>",
					"detectionType": "<string>",
					"threatUrl": "<string>",
					"threatTime": "2021-12-24T07:53:59.655Z",
					"threat": "<string>",
					"campaignID": null,
					"actors": [],
					"threatType": "<string>"
				}
			],
			"messageTime": "2022-08-25T17:19:39.809Z",
			"impostorScore": 2,
			"malwareScore": 2,
			"cluster": "<string>",
			"subject": "<string>",
			"quarantineFolder": null,
			"quarantineRule": null,
			"policyRoutes": [
				"<string>",
				"<string>"
			],
			"modulesRun": [
				"<string>",
				"<string>"
			],
			"messageSize": 66660,
			"headerFrom": "<string>",
			"headerReplyTo": null,
			"fromAddress": [
				"<string>"
			],
			"ccAddresses": [],
			"replyToAddress": [],
			"toAddresses": [
				"<string>"
			],
			"xmailer": null,
			"messageParts": [
				{
					"disposition": "<string>",
					"sha256": "<string>",
					"md5": "<string>",
					"filename": "<string>",
					"sandboxStatus": null,
					"oContentType": "<string>",
					"contentType": "<string>"
				}
			],
			"completelyRewritten": false,
			"id": "<string>",
			"QID": "<string>",
			"GUID": "<string>",
			"sender": "<string>",
			"recipient": [
				"<string>"
			],
			"senderIP": "<string>",
			"messageID": "<string>"
		},
		{
			"spamScore": 0,
			"phishScore": 1,
			"threatsInfoMap": [
				{
					"threatID": "<string>",
					"threatStatus": "<string>",
					"classification": "<string>",
					"detectionType": "<string>",
					"threatUrl": "<string>",
					"threatTime": "2007-01-19T00:29:50.867Z",
					"threat": "<string>",
					"campaignID": null,
					"actors": [],
					"threatType": "<string>"
				}
			],
			"messageTime": "2007-10-24T18:53:29.778Z",
			"impostorScore": 1,
			"malwareScore": 1,
			"cluster": "<string>",
			"subject": "<string>",
			"quarantineFolder": null,
			"quarantineRule": null,
			"policyRoutes": [
				"<string>",
				"<string>"
			],
			"modulesRun": [
				"<string>",
				"<string>"
			],
			"messageSize": 91423,
			"headerFrom": "<string>",
			"headerReplyTo": null,
			"fromAddress": [
				"<string>"
			],
			"ccAddresses": [],
			"replyToAddress": [],
			"toAddresses": [
				"<string>"
			],
			"xmailer": null,
			"messageParts": [
				{
					"disposition": "<string>",
					"sha256": "<string>",
					"md5": "<string>",
					"filename": "<string>",
					"sandboxStatus": null,
					"oContentType": "<string>",
					"contentType": "<string>"
				}
			],
			"completelyRewritten": true,
			"id": "<string>",
			"QID": "<string>",
			"GUID": "<string>",
			"sender": "<string>",
			"recipient": [
				"<string>"
			],
			"senderIP": "<string>",
			"messageID": "<string>"
		}
	]
}
```

## Workflow Library Example

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