Get Human Input Form
Retrieve a paused Human Input form’s contents. Requires WebApp delivery.
See the API Integration Flow for the end-to-end sequence of calling Human Input endpoints.
Authorizations
API Key authentication. For all API requests, include your API Key in the Authorization HTTP Header, prefixed with Bearer. Example: Authorization: Bearer {API_KEY}. Strongly recommend storing your API Key on the server-side, not shared or stored on the client-side, to avoid possible API-Key leakage that can lead to serious consequences.
Path Parameters
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.
Pre-rendered form body with workflow variables substituted.
Form input field definitions.
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.
Available submission actions.
Unix timestamp (seconds) after which this form can no longer be submitted.