curl --request GET \
--url https://api.example.com/api/v2/workflow-runs/start-data{
"startData": "<unknown>"
}Retrieves the initial data (startData) that was used to initiate the current workflow run. This endpoint requires an ExecuteStepRequestContext with a workflowRunId.
curl --request GET \
--url https://api.example.com/api/v2/workflow-runs/start-data{
"startData": "<unknown>"
}Default Response
The initial data payload provided when this workflow run was started.