v1

latestOpenAPI 3.0.02026-07-17301761.7 KB

Return the original input of a workflow (latest run)

Returns the original input passed to the latest run of the given workflow. Works for workflows in any state, including running. To pin a specific run, use /workflow/{id}/runs/{rid}/input.

get/workflow/{id}/input

Path parameters

idstring required

The id of workflow to retrieve the input

Response

The workflow input

workflowIdstring required

The workflow execution id

runIdstring required

The specific run id the input was read from

{"stackTrail":"components:schemas:WorkflowInputResponse:properties:input","oasType":"schema","type":"unknown","description":"The first input argument the workflow was started with, null if unavailable"}