---
title: "POST /api/v1/internal/runs"
method: POST
path: "/api/v1/internal/runs"
tags: ["InternalRuns"]
---

# POST /api/v1/internal/runs

`POST /api/v1/internal/runs`

## Request body

- PrepareRunRequestDto
  - `inputs` object
  - `versionId` string, uuid
  - `version` integer
  - `workflowId` string, uuid, required
  - `nodeOverrides` object
  - `trigger` object
    - `type` 'manual' | 'schedule' | 'api' | 'webhook', required
    - `sourceId` string, nullable
    - `label` string, nullable
  - `runId` string
  - `idempotencyKey` string
  - `parentRunId` string
  - `parentNodeRef` string

## Response `201`

## Changes

- **2026-01-23** `8b91978abc31` — 3 info
  - added the new optional request property `nodeOverrides/additionalProperties/inputOverrides`
  - added the new optional request property `nodeOverrides/additionalProperties/params`
  - removed 'propertyNames' constraint from the request property `nodeOverrides/additionalProperties/`
- **2026-01-01** `5bb404a1ab99` — 1 info
  - added the new `webhook` enum value to the request property `trigger/type`
- **2025-12-30** `fbd799846b62` — 2 info
  - added the new optional request property `parentNodeRef`
  - added the new optional request property `parentRunId`
- **2025-12-09** `b061da15f775` — 1 info
  - endpoint added
- **2025-10-24** `8db531c050e5` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/shipsecai/apis/shipsec-studio-api/changes/api/v1/internal/runs/post.md)

---

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