---
title: "Get tenant enrichment status"
method: GET
path: "/v1/enrichment-status"
tags: ["Enrichment Status"]
---

# Get tenant enrichment status

`GET /v1/enrichment-status`

Returns a tenant's enrichment progress across the record-level enrichments
(translation, sentiment, emotions). For each, `enabled` reports whether the enrichment
is active for the tenant (deployment-configured and switched on / with a resolvable
target language), and `eligible`/`done` are directory-level counts of feedback records
that qualify and that have been enriched — the UI derives "in progress" as
`eligible - done`. When an enrichment is not enabled its counts are zero. The response
contains counts only (no record identifiers or content).

## Query parameters

- `tenant_id` string, required

## Response `200`

Tenant enrichment status

- EnrichmentStatusOutputBody — A tenant's enrichment progress across the record-level enrichments. Counts are directory-level totals.
  - `tenant_id` string, required
  - `translation` EnrichmentTypeStatus, required — One enrichment's progress for a tenant. When `enabled` is false, `eligible` and `done` are zero.
    - `enabled` boolean, required — Whether the enrichment is active for the tenant (deployment-configured and switched on / with a resolvable target language).
    - `eligible` integer, required — Feedback records that qualify for this enrichment.
    - `done` integer, required — Eligible records that have been enriched.
  - `sentiment` EnrichmentTypeStatus, required — One enrichment's progress for a tenant. When `enabled` is false, `eligible` and `done` are zero.
    - `enabled` boolean, required — Whether the enrichment is active for the tenant (deployment-configured and switched on / with a resolvable target language).
    - `eligible` integer, required — Feedback records that qualify for this enrichment.
    - `done` integer, required — Eligible records that have been enriched.
  - `emotions` EnrichmentTypeStatus, required — One enrichment's progress for a tenant. When `enabled` is false, `eligible` and `done` are zero.
    - `enabled` boolean, required — Whether the enrichment is active for the tenant (deployment-configured and switched on / with a resolvable target language).
    - `eligible` integer, required — Feedback records that qualify for this enrichment.
    - `done` integer, required — Eligible records that have been enriched.

## Other responses

- `400` — Bad Request (e.g. missing or invalid tenant_id)
- `401` — Unauthorized (missing or invalid API key)
- `503` — Service Unavailable – the enrichment status service is not available (code `service_unavailable`).
- `default` — Error

---

[API](https://skmtc.net/formbricks/apis/formbricks-hub-api.md) · [All operations](https://skmtc.net/formbricks/apis/formbricks-hub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/formbricks/formbricks-hub-api/revisions/8d06d9728138/schema)
