curl --request GET \
--url https://api.kadoa.com/v4/templates/{templateId}/workflows \
--header 'x-api-key: <api-key>'{
"error": false,
"data": [
{
"workflowId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"workflowName": "<string>",
"templateVersion": 123,
"isOutdated": true,
"state": "<string>",
"isRealTime": true
}
]
}Retrieve all workflows linked to a template
curl --request GET \
--url https://api.kadoa.com/v4/templates/{templateId}/workflows \
--header 'x-api-key: <api-key>'{
"error": false,
"data": [
{
"workflowId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"workflowName": "<string>",
"templateVersion": 123,
"isOutdated": true,
"state": "<string>",
"isRealTime": true
}
]
}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
Template ID