get_workflows
Retrieve all workflow API endpoints from Itential Platform to discover executable automation processes for network orchestration and service provisioning.
Instructions
Get all workflow API endpoints from Itential Platform.
Workflows are the core automation engine of Itential Platform, defining executable processes that orchestrate network operations, device management, and service provisioning. Each workflow exposes an API endpoint that can be triggered by external systems or other platform components.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Response model for workflow collection endpoints. This root model wraps a list of workflow elements, providing a standardized response format for API endpoints that return multiple workflows from the operations manager. Attributes: root: A list of WorkflowElement objects representing all available workflows on the platform. |