---
title: "Trigger finding enrichment for a skill"
method: POST
path: "/experimental/skills/security/enrichment"
tags: ["Finding Enrichment"]
---

# Trigger finding enrichment for a skill

`POST /experimental/skills/security/enrichment`

Starts the finding-enrichment Temporal workflow for a skill named by `skillId`, `skillVersionId`, or explicit `source` coordinates. Findings default to those from the skill's latest security review; pass `findings` to enrich an explicit set instead. Returns the run handle to poll.

## Headers

- `Authorization` string

## Request body

- object
  - `skillId` string, uuid
  - `skillVersionId` string, uuid
  - `source` object
    - `sourceUrl` string, required
    - `sourceRef` string, required
    - `path` string
    - `workspaceId` string, uuid
  - `findings` object[]
    - `code` string, required — Finding code, e.g. W007 / W011 / W012.
    - `reason` string, required — The scanner's one-line reason.

## Response `202`

Default Response

- object
  - `links` object, required
    - `self` string, uri, required
  - `data` object, required
    - `id` string, required
    - `type` 'finding-enrichment', required
    - `attributes` object, required
      - `status` union, required
        - 'running'
        - 'completed'
        - 'failed'

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/tessl/apis/tessl-api.md) · [All operations](https://skmtc.net/tessl/apis/tessl-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tessl/tessl-api/versions/fbb186825642/schema)
