Flow Runs
Read Flow Run Input
Create a value from a flow run input
GET
/
api
/
flow_runs
/
{id}
/
input
/
{key}
Headers
x-prefect-api-version
string
Path Parameters
id
string
requiredThe flow run id
key
string
requiredThe input key
Response
200 - application/json
The response is of type any
.
Was this page helpful?