Start Company Enrichment and Wait
start_company_enrichment_and_waitPOST /v1/company/enrich then poll GET /v1/company/enrich/{job_id}/status until status is "completed" or "failed" or timeout. Same params as start_company_enrichment plus poll_interval_seconds and timeout_seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list | No | List slug to add enriched companies to. | |
| domain | No | Company website domain (e.g. example.com). | |
| domains | No | Batch: multiple domains to enrich in one job. | |
| webhook_url | No | Optional webhook URL to receive job completion notifications. | |
| company_name | No | Company name (used when domain is not available). | |
| country_code | No | Optional ISO 2-letter country code to improve matching. | |
| strict_match | No | When true, require a strict match for enrichment. | |
| skip_if_exists | No | When true, skip domains already in the list. | |
| global_ultimate | No | When true, always return the global ultimate parent. | |
| timeout_seconds | No | Maximum time to wait for completion (in seconds). Defaults to 60 seconds. | |
| poll_interval_seconds | No | How often to poll the job status (in seconds). Defaults to 5 seconds. |