Retrieve the catchall detection results for a completed catchall detection list
cURL
curl --request GET \ --url https://api.omniverifier.com/v1/catchall/list/{listId}/results \ --header 'x-api-key: <api-key>'
{ "results": [ { "email_nominal": "[email protected]", "status": "good", "reason": "Low catchall probability", "is_catchall": false, "score": 0.1, "provider": "gmail" } ] }
API key for authentication
The list identifier returned from the bulk catchall submission endpoint
Successfully retrieved list results
Show child attributes
The email address that was checked for catchall detection
"[email protected]"
Catchall detection status
good
risky
bad
"good"
Human-readable explanation of the catchall detection result
"Low catchall probability"
Whether the domain is detected as a catchall domain
false
Catchall toxicity score (0.0 to 1.0)
0.1
Email provider or service identifier
"gmail"