---
title: "Get One-Click KYB enrichment run status"
method: GET
path: "/compliance/kyb/enrichment/status"
tags: ["compliance", "kyb", "enrichment"]
---

# Get One-Click KYB enrichment run status

`GET /compliance/kyb/enrichment/status`

Reveal-cell poll target: the latest run's status plus a presentation-only match/candidate summary for the signing-in business.

## Response `200`

OK

- ComplianceEnrichmentRunStatusView
  - `candidates` ComplianceEnrichmentCandidateView[], nullable
    - `caution_notes` string[], nullable
    - `corroboration_count` integer
    - `entity_type` string
    - `formation_date` string
    - `index` integer
    - `name` string
    - `score` string
    - `source_labels` string[], nullable
    - `state_of_incorporation` string
    - `status` string
  - `confidence` string
  - `failure_reason` string
  - `fields_to_prefill_count` integer
  - `match` ComplianceEnrichmentMatchSummaryView
    - `caution_notes` string[], nullable
    - `ein_verified` boolean
    - `entity_type` string
    - `formation_date` string
    - `matched_source_count` integer
    - `name` string
    - `provider_entity_id` string
    - `state_of_incorporation` string
    - `status` string
  - `run_id` string
  - `status` string

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.net/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/revisions/f0991172edbc/schema)
