Enrichment Run
Enrichment fills in missing information on a record from Lightfield’s data providers.
Enrich a record
client.enrichmentRun.enrich(stringentityID, EnrichmentRunEnrichParams { entitySlug, fields } params, RequestOptionsoptions?): EnrichmentRunEnrichResponse { enrichmentRun, reason, status }
POST/v1/enrichmentRun/{entitySlug}/{entityId}
Get enrichment run status
client.enrichmentRun.getEnrichmentRun(stringrunID, RequestOptionsoptions?): EnrichmentRunGetEnrichmentRunResponse { id, completedAt, createdAt, 7 more }
GET/v1/enrichmentRun/{runId}