Skip to main content
GET
/
api
/
flow_runs
/
{id}
/
input
/
{key}
Read Flow Run Input
curl --request GET \
  --url https://api.example.com/api/flow_runs/{id}/input/{key}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

x-prefect-api-version
string

Path Parameters

id
string<uuid>
required

The flow run id

key
string
required

The input key

Response

Successful Response