---
title: "GET /api/v1/workflows/{id}/runtime-inputs"
method: GET
path: "/api/v1/workflows/{id}/runtime-inputs"
tags: ["workflows"]
---

# GET /api/v1/workflows/{id}/runtime-inputs

`GET /api/v1/workflows/{id}/runtime-inputs`

## Path parameters

- `id` string, required

## Response `200`

Get the runtime inputs defined in the workflow Entry Point

- WorkflowRuntimeInputsResponseDto
  - `workflowId` string, required
  - `inputs` object[], required
    - `id` string, required
    - `label` string, required
    - `type` 'text' | 'string' | 'number' | 'json' | 'array' | 'file' | 'boolean' | 'secret', required
    - `required` boolean
    - `description` string
    - `defaultValue` unknown

## Changes

- **2026-01-23** `8b91978abc31` — 1 warning
  - added the new `secret` enum value to the `inputs/items/type` response property for the response status `200`
- **2026-01-01** `5da65e6dbcae` — 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/workflows/:id/runtime-inputs/get.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/8b91978abc31/schema)
