---
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`

---

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