v1

latestOpenAPI 3.0.02026-07-17301761.7 KB

Return the original input of a specific workflow run

get/workflow/{id}/runs/{rid}/input

Path parameters

idstring required

The id of workflow to retrieve the input

ridstring uuid required

The specific run id to target

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