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

# Get Message

Fetch a single message by its ID.

<Note>
  External Documentation

  To learn more, visit the [Cisco Advanced Phishing Protection documentation](https://apidoc.appc.cisco.com/reference/get_message).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter  | Description                                                                                       |
  | ---------- | ------------------------------------------------------------------------------------------------- |
  | Message ID | The ID of the message to fetch information for. Can be retrieved form the 'List Messages' action. |
</div>

## Example Output

```json theme={"dark"}
{
	"authenticity": 0,
	"date": "2024-01-29T20:58:07.956Z",
	"domain_reputation": 0,
	"from": "user@example.com",
	"from_domain": "example.com",
	"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
	"mail_from": "user@example.com",
	"message_id": "string",
	"message_trust_score": 0,
	"reply_to": "user@example.com",
	"sbrs": "string",
	"uris": [
		"string"
	],
	"subject": "string",
	"timestamp_ms": 0,
	"to": "string",
	"authentication_results": "string",
	"dkim_d_tag": "string",
	"matched_policies": [
		"string"
	],
	"risk_reason": {},
	"sending_ip_address": "string"
}
```

## Workflow Library Example

[Get Message with Cisco Advanced Phishing Protection and Send Results Via Email](https://library.blinkops.com/workflows/get-message-with-cisco-advanced-phishing-protection-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/get-message-with-cisco-advanced-phishing-protection-and-send-results-via-email/canvas" />
</div>
