Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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
Optional variables to pass to the workflow execution
Optional limit for the number of records to process
100
Workflow started successfully
"Workflow started"
The ID of the created job
The status of the job
"running"