---
title: "Get Enrichment Request Status"
method: GET
path: "/enrichment_status"
tags: ["enrichment", "enrichment"]
---

# Get Enrichment Request Status

`GET /enrichment_status`

## Query parameters

- `ids` string[]
- `urns` string[]

## Response `200`

Successful Response

- EnrichmentOutput[]
  - `entity_urn` string, nullable
  - `status` 'QUEUED' | 'IN_PROGRESS' | 'COMPLETE' | 'FAILED' | 'NOT_FOUND' | 'EXPERIENCES_HIDDEN'
  - `message` string, nullable
  - `enriched_entity_urn` union
    - string
    - string

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-26** `fcf35c98e097` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status

[Change history](https://skmtc.dev/harmonic/apis/harmonic-ai-public-api/changes/enrichment_status/get.md)

---

[API](https://skmtc.dev/harmonic/apis/harmonic-ai-public-api.md) · [All operations](https://skmtc.dev/harmonic/apis/harmonic-ai-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/harmonic/harmonic-ai-public-api/revisions/6b871b842c2d/schema)
