> ## 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 Stats For Email

Get breach exposure statistics for an email address and its domain.

<Note>
  External Documentation

  To learn more, visit the [SpyCloud documentation](https://docs.spycloud.com/public-sc/reference/prospecting-get-stats-for-an-email).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter   | Description                                                                                                             |
  | ----------- | ----------------------------------------------------------------------------------------------------------------------- |
  | Email       | The email address to retrieve stats for.                                                                                |
  | Skip Domain | Select to skip domain stat results and return email stats only.<br /><br />**Note:** Use this to improve response time. |
</div>

## Example Output

```json theme={"dark"}
{
	"email": {
		"last_discovered_days_ago": 1,
		"records": 6239,
		"related_sources": 1178,
		"value": "test@email.com"
	},
	"domain": {
		"last_discovered_days_ago": 0,
		"records": 17441073,
		"related_sources": 32206,
		"value": "email.com"
	}
}
```

## Workflow Library Example

[Get Stats for Email with Spycloud and Send Results Via Email](https://library.blinkops.com/workflows/get-stats-for-email-with-spycloud-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-stats-for-email-with-spycloud-and-send-results-via-email/canvas" />
</div>
