Retrieve a paused Human Input form’s contents using the form_token from a human_input_required event. Requires WebApp delivery.
Documentation Index
Fetch the complete documentation index at: https://docs.dify.ai/llms.txt
Use this file to discover all available pages before exploring further.
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.
Access token for the paused form, returned in the human_input_required event from Run Workflow in streaming mode.
Form contents retrieved successfully.
Pre-rendered form body with workflow variables substituted.
Form input field definitions.
Pre-filled default values, keyed by input output_variable_name. All values are stringified.
Available submission actions.
Unix timestamp (seconds) after which this form can no longer be submitted.