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"
}Documentation Index
Fetch the complete documentation index at: https://docs.kadoa.com/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication
The ID of the workflow to run