status moves throughqueued → processing → completed (or failed).x-api-key: ********************Authorization: Bearer ********************curl --location --request GET 'https://dev.enrich.so/api/v3/email-finder/batch/665a1f4e2c3b7800129dce01' \
--header 'x-api-key: <api-key>'{
"success": true,
"data": {
"batchId": "665b12cf3e4c9200138eaf10",
"status": "processing",
"totalItems": 3,
"processedItems": 1,
"progress": 33.3
}
}