POST
/
workflows
/
list
curl --request POST \
  --url https://api.kaizenautomation.com/workflows/list
{
  "workflows": [
    {
      "id": "<string>",
      "name": "<string>",
      "blocks": [
        {
          "id": "<string>",
          "name": "<string>",
          "transformerFn": "<string>",
          "type": "<string>",
          "locator": {
            "role": "<string>",
            "text": "<string>",
            "label": "<string>",
            "placeholder": "<string>",
            "altText": "<string>",
            "title": "<string>",
            "css": "<string>",
            "xpath": "<string>"
          },
          "data": {
            "loginId": "<string>"
          },
          "parentRelationship": {
            "blockDepth": 123,
            "positionInSequence": 123,
            "parentBlockId": "<string>",
            "parentSequenceId": "sequence"
          }
        }
      ],
      "parametersSchema": {},
      "parametersDefault": {}
    }
  ]
}

Response

200
application/json

Workflows retrieved successfully

The response is of type object.