Retrieve company enrichment job state and output by job_id.
job_id returned by Company Enrichment Launcher to fetch state and results.webhook_url when launching the job, you don’t need to call this endpoint at all — Waterfall will automatically deliver the result to your URL as soon as the job is ready.
If you didn’t use a webhook, poll this endpoint until status is SUCCEEDED:
| Status | Meaning |
|---|---|
RUNNING | Job is still processing. Continue polling. |
SUCCEEDED | Job is complete. Company data is in output.company. |
output.company object includes:
| Field | Description |
|---|---|
name | Company name |
domain | Primary domain |
linkedin_id / linkedin_url | LinkedIn slug and full URL |
size | Headcount range (e.g. 501-1000) |
employees_count | Estimated headcount |
industry | Industry classification |
type | Ownership type (e.g. Privately Held) |
founded | Year founded |
description | Company description from LinkedIn |
address | HQ address, if available |
logo_url | Company logo URL |
input.task object echoes back all fields from the original launch request. Fields not provided will be null.To access the API, provide your API key in x-api-key.
The unique job_id you want to query. This value is returned by the corresponding launcher endpoint.
A UUID.
"7d44db58-5de3-4e92-a2fb-8325d12c2e8b"
Company enrichment job state, input, and any available output company.
Finder response with company enrichment job status, input, and optional output.
The status of the job.
RUNNING, SUCCEEDED, FAILED, TIMED_OUT, ABORTED "RUNNING"
A date time in ISO 8601 format.
"2025-02-05T15:46:35.771Z"
A date time in ISO 8601 format.
"2025-02-05T15:46:35.771Z"