Folderr

Official

get_workflow_inputs

Get the required inputs for a workflow

Input Schema

NameRequiredDescriptionDefault
workflow_idYesID of the workflow

Input Schema (JSON Schema)

{ "properties": { "workflow_id": { "description": "ID of the workflow", "type": "string" } }, "required": [ "workflow_id" ], "type": "object" }