External DocumentationTo learn more, visit the SpyCloud documentation.
Actions
Get Stats For Email
Get breach exposure statistics for an email address and its domain.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| The email address to retrieve stats for. | |
| Skip Domain | Select to skip domain stat results and return email stats only. Note: Use this to improve response time. |
{
"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"
}
}
Was this page helpful?