v6

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-0182128753.1 KB
Human Input

Get Human Input Form

Available for: Chatflow, Workflow apps.

Returns the contents of a paused Human Input form. Requires web app delivery.

For the full sequence of Human Input calls, see Human Input Flow.

get/form/human_input/{form_token}

Path parameters

form_tokenstring required

Access token for the paused form, returned in the human_input_required event from the Run Workflow or Send Chat Message endpoint in streaming mode.

Response

Form contents retrieved successfully.

form_contentstring

Pre-rendered form body with workflow variables substituted.

resolved_default_valuesobject

Pre-rendered values to display in the form. Keyed by input output_variable_name. Populated for paragraph inputs whose default resolves from a workflow variable; empty for inputs with no resolvable default. Display these values; do not re-resolve default on the client. All values are stringified.

expiration_timeinteger nullable

Unix timestamp (seconds) after which this form can no longer be submitted.