---
title: "Get enrichment"
method: GET
path: "/api/enrichments/{id}"
tags: ["Enrichments"]
---

# Get enrichment

`GET /api/enrichments/{id}`

Check the status of an enrichment request and retrieve the result once it completes.

## Path parameters

- `id` string, required

## Response `200`

Current enrichment status, progress, result, or error.

- OperationResponseDto
  - `id` string, required
  - `status` 'queued' | 'processing' | 'succeeded' | 'failed' | 'partial_success' | 'cancelled', required
  - `progress` number, nullable
  - `result` object, nullable
  - `error` object, nullable

## Other responses

- `401` — Authentication is required.
- `404` — The requested resource was not found.
- `429` — Too many requests. Slow down before retrying.
- `500` — An unexpected error occurred.

---

[API](https://skmtc.net/thehog/apis/the-hog-api.md) · [All operations](https://skmtc.net/thehog/apis/the-hog-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thehog/the-hog-api/revisions/f5056017668a/schema)
