---
title: "Read Flow Run Input"
method: GET
path: "/api/flow_runs/{id}/input/{key}"
tags: ["Flow Runs"]
---

# Read Flow Run Input

`GET /api/flow_runs/{id}/input/{key}`

Create a value from a flow run input

## Path parameters

- `id` string, uuid, required — The flow run id
- `key` string, required — The input key

## Headers

- `x-prefect-api-version` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/prefecthq/apis/untitled-api-2.md) · [All operations](https://skmtc.net/prefecthq/apis/untitled-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prefecthq/untitled-api-2/versions/29ba6c4f8837/schema)
