Response
Workflows retrieved successfully
List of workflows
curl --request POST \
--url https://api.kaizenautomation.com/workflows/list
{
"workflows": [
{
"id": "<string>",
"name": "<string>",
"isAuthenticationRequired": true,
"autoSaveEnabled": true,
"timeoutMs": 1800000,
"shouldPauseOnError": false,
"shouldSelfHeal": true,
"shouldSaveResultFile": false,
"maxConcurrentSessions": 10,
"webhookUrls": [
"<string>"
],
"blocks": [
{
"id": "<string>",
"name": "<string>",
"blockReferenceId": "<string>",
"transformerFn": "<string>",
"type": "<string>",
"locator": {
"role": "<string>",
"text": "<string>",
"label": "<string>",
"placeholder": "<string>",
"altText": "<string>",
"title": "<string>",
"css": "<string>",
"xpath": "<string>"
},
"isCacheable": true,
"skipIfNotPresent": true,
"data": {
"loginId": "<string>",
"isParameter": true
},
"parentRelationship": {
"blockDepth": 123,
"positionInSequence": 123,
"parentBlockId": "<string>",
"parentSequenceId": "sequence"
}
}
],
"useProxy": false,
"knowledgeBase": "Company information and guidelines..."
}
]
}
Retrieves all workflows for an organization
curl --request POST \
--url https://api.kaizenautomation.com/workflows/list
{
"workflows": [
{
"id": "<string>",
"name": "<string>",
"isAuthenticationRequired": true,
"autoSaveEnabled": true,
"timeoutMs": 1800000,
"shouldPauseOnError": false,
"shouldSelfHeal": true,
"shouldSaveResultFile": false,
"maxConcurrentSessions": 10,
"webhookUrls": [
"<string>"
],
"blocks": [
{
"id": "<string>",
"name": "<string>",
"blockReferenceId": "<string>",
"transformerFn": "<string>",
"type": "<string>",
"locator": {
"role": "<string>",
"text": "<string>",
"label": "<string>",
"placeholder": "<string>",
"altText": "<string>",
"title": "<string>",
"css": "<string>",
"xpath": "<string>"
},
"isCacheable": true,
"skipIfNotPresent": true,
"data": {
"loginId": "<string>",
"isParameter": true
},
"parentRelationship": {
"blockDepth": 123,
"positionInSequence": 123,
"parentBlockId": "<string>",
"parentSequenceId": "sequence"
}
}
],
"useProxy": false,
"knowledgeBase": "Company information and guidelines..."
}
]
}
Workflows retrieved successfully
List of workflows
Show child attributes