📄️ Plugins
The FlowSynx Plugins API allows clients to manage plugin lifecycle operations such as listing, installing, retrieving details, updating, and removing plugins.
📄️ Config
The FlowSynx Configuration API provides endpoints for managing plugin configurations. You can list, create, update, retrieve, and delete configurations via secured RESTful calls.
📄️ Health
The Health Check API in FlowSynx provides a simple way to verify whether the service is running and operational. It is commonly used for automated uptime monitoring, container orchestration probes (like Kubernetes liveness/readiness), or deployment verification.
📄️ Version
The Version API provides metadata about the currently running version of the FlowSynx system. This endpoint is helpful for clients, monitoring tools, or CI/CD pipelines to programmatically verify the deployed version and ensure compatibility between components.
📄️ Logs
The Logs API allows users or administrators to search and retrieve application logs from the FlowSynx system. This endpoint is useful for auditing, debugging, and monitoring system behavior in real-time or retrospectively.
📄️ Workflow
The FlowSynx Workflow API provides endpoints for managing workflows. You can list, create, update, retrieve, and delete workflows via secured RESTful calls.
📄️ Workflow Execution
The FlowSynx Workflow Execution API provides endpoints for executing workflows, monitoring their progress, viewing execution logs, inspecting task-level details, and managing execution approvals or cancellations.
📄️ Workflow Triggers
The FlowSynx Workflow Trigger API provides endpoints for managing workflow triggers. You can list, create, update, retrieve, and delete triggers for workflows via secured RESTful calls.