Qualys Enterprise TruRisk™ Platform (QFlow Release 1.16) API Notification
A new release of Qualys Enterprise TruRisk™ Platform (QFlow Release 1.16), which is released in June 2025, includes new APIs. This API notification highlights recently released changes, enabling you to identify use cases that can benefit from the APIs.
What’s New?
Introducing New APIs for Workflow Management
Workflow Management, Workflow Execution, and Workflow Execution step APIs are designed to give you complete control over your workflow lifecycle, from creation to execution, monitoring, and debugging.
Workflow Management APIs
The Workflow Management APIs let you work with automated workflows in the system. They help you find existing workflows, get detailed information about each one, and start workflow runs.
Workflow List API
GET/qflowapi/v1/workflows
Workflow Details API
GET/qflowapi/v1/workflows/{workflowId}
Run Workflow API
POST/qflowapi/v1/workflows/{workflowId}/run
Workflow Execution APIs
The Workflow Execution APIs allow you to monitor and manage the execution history of automated workflows. These APIs provide insights into when workflows were run, their execution status, and detailed metadata for each execution instance
Workflow Execution List API
GET/qflowapi/v1/workflows/{workflowId}/executions
Workflow Execution Details API
GET/qflowapi/vn1/executions/{executionId}
Workflow Execution Steps APIs
The Execution Steps APIs provide visibility of each step in a workflow process. These APIs allow you to monitor, inspect, and troubleshoot individual steps, providing better visibility and control over automated workflows.
Workflow Execution Step List API
GET/qflowapi/v1/executions/{executionId}/steps
Workflow Execution Step Details API
GET/qflowapi/v1/executions/{executionId}/steps/{nodeId}
Workflow Execution Step Input API
GET/qflowapi/v1/executions/{executionId}/steps/{nodeId}/input
Execution Step Output API
GET/qflowapi/v1/executions/{executionId}/steps/{nodeId}/output
Please refer to the detailed release note here https://docs.qualys.com/en/qflow/release-notes/qflow/release_1_16_api.htm