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

---

[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/versions/cc60562ad9f3/schema)
