X-Api-Key: ********************curl --location 'https://api.leadfeeder.com/v1/companies/enrichment-jobs/job_21662?account_id=123456' \
--header 'X-Api-Key: <api-key>'{
"data": {
"type": "enrichment_job",
"id": "job_21662",
"attributes": {
"status": "completed",
"configuration": {
"company_ids": [
"651713",
"467823"
],
"custom_field_id": "ai_account_score",
"enrichment_strategy": "missing_values"
},
"credits": {
"estimated": 100,
"consumed": 82
},
"summary": {
"total": 100,
"succeeded": 82,
"failed": 18
},
"created_at": "2026-03-10T12:00:00Z",
"completed_at": "2026-03-10T12:05:30Z"
}
},
"meta": {
"request_id": "cf054205-dd8c-4473-8689-07c30fe0789f"
}
}