progress fieldstatus will be one of queued, processing,completed, or failed.curl --location --request GET 'https://dev.enrich.so/api/v3/email-validation/batch/665a1f4e2c3b7800129dce01' \
--header 'x-api-key: <api-key>'{
"success": true,
"data": {
"batchId": "665a1f4e2c3b7800129dce01",
"status": "processing",
"totalItems": 4,
"processedItems": 3,
"progress": 75
}
}