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
Workflow parameters retrieved successfully
The response is of type object.
object