curl --request PUT \
--url https://api.kadoa.com/v4/workflows/{workflowId}/run \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"variables": {},
"limit": 100
}
'{
"message": "Workflow started",
"jobId": "<string>",
"status": "running"
}curl --request PUT \
--url https://api.kadoa.com/v4/workflows/{workflowId}/run \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"variables": {},
"limit": 100
}
'{
"message": "Workflow started",
"jobId": "<string>",
"status": "running"
}API key for authentication
The ID of the workflow to run