POST
/
api
/
flow_runs
/
{id}
/
input
/
filter

Headers

x-prefect-api-version
string

Path Parameters

id
string
required

The flow run id

Body

application/json
prefix
string
required

The input key prefix

exclude_keys
string[]

Exclude inputs with these keys

limit
integer
default:
1

The maximum number of results to return

Response

200 - application/json
created
string | null
required
flow_run_id
string
required

The flow run ID associated with the input.

id
string
required
key
string
required

The key of the input.

updated
string | null
required
value
string
required

The value of the input.

sender
string | null

The sender of the input.