pending — Job is queued, not yet started.processing — Job is actively running. Check progress for completion percentage.completed — Job finished successfully. Includes results with final credit usage. Download the file via GET /lead-finder/export-jobs/{jobId}/download.failed — Job encountered an error. Includes error message and any creditsRefunded.curl --location --request GET 'https://dev.enrich.so/api/v3/lead-finder/export-jobs/' \
--header 'x-api-key: <api-key>'{
"success": true,
"data": {
"jobId": "ej_a1b2c3d4e5f6a7b8",
"status": "pending",
"progress": {
"processed": 0,
"total": 500
},
"createdAt": "2025-06-03T14:30:00.000Z"
}
}