Skip to content
Support

Enrichment Status

Get tenant enrichment status
client.enrichmentStatus.retrieve(EnrichmentStatusRetrieveParams { tenant_id } query, RequestOptionsoptions?): EnrichmentStatusRetrieveResponse { emotions, sentiment, tenant_id, translation }
GET/v1/enrichment-status
ModelsExpand Collapse
TypeStatus { done, eligible, enabled }

One enrichment's progress for a tenant. When enabled is false, eligible and done are zero.

done: number

Eligible records that have been enriched.

formatint64
eligible: number

Feedback records that qualify for this enrichment.

formatint64
enabled: boolean

Whether the enrichment is active for the tenant (deployment-configured and switched on / with a resolvable target language).