cURL
curl --request GET \ --url https://api.example.com/api/flow_runs/{id}/input/{key}
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Create a value from a flow run input
The flow run id
The input key
Successful Response
Was this page helpful?