> ## 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 A WildFire Verdict

Get a WildFire verdict for a sample based on the MD5 or SHA-256 hash or a web page based on the URL.

<Note>
  External Documentation

  To learn more, visit the [WildFire documentation](https://docs.paloaltonetworks.com/wildfire/u-v/wildfire-api/get-wildfire-information-through-the-wildfire-api/get-a-wildfire-verdict-wildfire-api).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter | Description                                            |
  | --------- | ------------------------------------------------------ |
  | Hash      | MD5 or SHA-256 hash value of the sample.               |
  | URL       | The URL of the web page to get a WildFire verdict for. |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter | Description                                                                         |
  | --------- | ----------------------------------------------------------------------------------- |
  | Agent     | Required for Prisma Access and Prisma Cloud Compute-based WildFire public API keys. |
</div>

## Example Output

```json theme={"dark"}
{
	"wildfire": {
		"get-verdict-info": {
			"sha256": "afe6b95ad95bc689c356f34ec8d9094c495e4af57c932ac413b65ef132063acc",
			"verdict": "1",
			"md5": "0e4e3c2d84a9bc726a50b3c91346fbb1"
		}
	}
}
```

## Workflow Library Example

[Get a Wildfire Verdict and Send Results Via Email](https://library.blinkops.com/workflows/get-a-wildfire-verdict-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-a-wildfire-verdict-and-send-results-via-email/canvas" />
</div>
