v1
latestOpenAPI 3.1.0Proprietary2026-07-265759203.4 KBEnrichment
Job Status
Poll the status of an async job and retrieve results when complete.
cost_units="credits" returns cost fields in credits (charge_credits, cost_credits) instead of cents fields (charge_amount, cost_cents); the charge itself is unchanged.
get/job-status/{job_id}
Path parameters
job_idstring required
Query parameters
cost_units'cents' | 'credits'
Response cost unit.
Response cost unit.
Headers
x-api-keystring nullable
Response
Current async job status. Completed enrichment jobs include the result under result.
Example response
{
"task_type": "lead_enrichment"
}