v1

latestOpenAPI 3.1.0raw.githubusercontent.com2024-11-08170291390.5 KB
Flow Runs

Filter Flow Run Input

Filter flow run inputs by key prefix

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

Path parameters

idstring uuid required

The flow run id

The flow run id

Headers

x-prefect-api-versionstring

Request body

prefixstring required

The input key prefix

limitinteger

The maximum number of results to return

exclude_keysstring[]

Exclude inputs with these keys

Response

Successful Response

idstring uuid
createdstring date-time
updatedstring date-time
flow_run_idstring uuid required

The flow run ID associated with the input.

keystring required

The key of the input.

valuestring required

The value of the input.

senderstring

The sender of the input.