Enrichment Run
Enrichment fills in missing information on a record from Lightfield’s data providers.
Enrich a record
POST/v1/enrichmentRun/{entitySlug}/{entityId}
Get enrichment run status
GET/v1/enrichmentRun/{runId}
ModelsExpand Collapse
EnrichmentRunEnrichResponse object { enrichmentRun, reason, status }
EnrichmentRunEnrichResponse object { enrichmentRun, reason, status }
enrichmentRun: object { id, completedAt, createdAt, 7 more } The run, or null when the request was skipped.
enrichmentRun: object { id, completedAt, createdAt, 7 more }
The run, or null when the request was skipped.
status: "queued" or "running" or "completed" or 2 moreWhere the run is: queued and running are in flight; completed, failed and timed_out are final.
status: "queued" or "running" or "completed" or 2 more
Where the run is: queued and running are in flight; completed, failed and timed_out are final.
reason: "no_targets" or "no_operations"Why the request was skipped: no_targets when the workspace enriches nothing this record is missing, no_operations when no provider can be scheduled for the targeted fields — because none looks them up on request, or because the record lacks the inputs (such as an email or domain) a lookup would need. Null otherwise.
reason: "no_targets" or "no_operations"
Why the request was skipped: no_targets when the workspace enriches nothing this record is missing, no_operations when no provider can be scheduled for the targeted fields — because none looks them up on request, or because the record lacks the inputs (such as an email or domain) a lookup would need. Null otherwise.
EnrichmentRunGetEnrichmentRunResponse object { id, completedAt, createdAt, 7 more }
EnrichmentRunGetEnrichmentRunResponse object { id, completedAt, createdAt, 7 more }
status: "queued" or "running" or "completed" or 2 moreWhere the run is: queued and running are in flight; completed, failed and timed_out are final.
status: "queued" or "running" or "completed" or 2 more
Where the run is: queued and running are in flight; completed, failed and timed_out are final.