---
title: "Run an exact Workflow version"
method: POST
path: "/v1/workflows/{configObjectId}/run"
tags: ["Workflows"]
---

# Run an exact Workflow version

`POST /v1/workflows/{configObjectId}/run`

## Path parameters

- `configObjectId` string, required

## Request body

- object
  - `pluginId` string, required
  - `configObjectVersionId` string, required
  - `input` unknown

## Response `200`

Workflow executed.

- object
  - `status` 'succeeded', required
  - `value` unknown, required
  - `markdown` string, required
  - `receiptId` string, nullable, required
  - `resultDigest` string, required
  - `inputSchemaDigest` string, nullable, required
  - `outputSchemaDigest` string, nullable, required
  - `rendererVersion` 'codemode-markdown-v1', required

## Other responses

- `400` — Execution rejected.

## Changes

- **2026-08-20** `93df40e2efd5` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openworklabs/apis/den-api/changes/v1/workflows/:configObjectId/run/post.md)

---

[API](https://skmtc.dev/openworklabs/apis/den-api.md) · [All operations](https://skmtc.dev/openworklabs/apis/den-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openworklabs/den-api/revisions/fcbb34aa1702/schema)
