progress is a percentage (0–100) and status will be processing, completed, or failed.curl --location 'https://dev.enrich.so/api/v3/ip-to-company/batch/550e8400-e29b-41d4-a716-446655440000' \
--header 'x-api-key: <api-key>'{
"success": true,
"data": {
"batchId": "550e8400-e29b-41d4-a716-446655440000",
"status": "processing",
"totalItems": 3,
"processedItems": 1,
"foundCount": 1,
"progress": 33,
"createdAt": "2026-05-13T10:00:00.000Z",
"completedAt": null
}
}