Retrieves the results of bulk email verification if the processing is completed.
GET
/
verify
/
v1
/
email
/
bulk
/
results
/
{requestId}
curl--request GET \--url https://api.customeros.ai/verify/v1/email/bulk/results/{requestId}\--header'X-CUSTOMER-OS-API-KEY: <api-key>'
{"estimatedCompletionTs":1694030400,"fileName":"emails.csv","jobId":"550e8400-e29b-41d4-a716-446655440000","message":"Completed 1000 of 1000 emails","results":{"deliverable":950,"downloadUrl":"https://api.customeros.ai/verify/v1/email/bulk/results/550e8400-e29b-41d4-a716-446655440000/download","totalEmails":1000,"undeliverable":45},"status":"completed"}
Response containing bulk verification results or status
curl--request GET \--url https://api.customeros.ai/verify/v1/email/bulk/results/{requestId}\--header'X-CUSTOMER-OS-API-KEY: <api-key>'
{"estimatedCompletionTs":1694030400,"fileName":"emails.csv","jobId":"550e8400-e29b-41d4-a716-446655440000","message":"Completed 1000 of 1000 emails","results":{"deliverable":950,"downloadUrl":"https://api.customeros.ai/verify/v1/email/bulk/results/550e8400-e29b-41d4-a716-446655440000/download","totalEmails":1000,"undeliverable":45},"status":"completed"}