cURL
curl --request POST \ --url https://api.kaizenautomation.com/workflows/parameters/get \ --header 'Content-Type: application/json' \ --data '{ "workflowId": "<string>" }'
{ "workflowId": "<string>", "schema": {}, "defaultValues": {} }
Retrieves parameter configuration for a workflow
ID of the workflow to get parameters for
Workflow parameters retrieved successfully
ID of the workflow
Default parameters for this workflow, or null if no parameters are configured
JSON Schema defining the parameters for this workflow, or null if no parameters are configured