Skip to main content
Version: 1.0.0

Ontologie Workflow API

Ontologie Workflow API

Visual workflow builder with durable execution, scheduling, and crash recovery.

Overview

The Workflow API powers the no-code workflow builder canvas. It provides endpoints for:

  • Functions: Create and manage workflow logic functions with visual block-based definitions
  • Runs: Execute workflows with durable checkpointing and retry from last checkpoint
  • Schedules: Cron and interval-based scheduling with timezone support
  • Canvas: Organize functions into visual canvases
  • History: Version snapshots, diffing, and restore
  • Debug: Breakpoints, step-through execution, and state inspection
  • Transfer: Import/export workflows as JSON, clone across canvases
  • Commands: Undo/redo with full command history

Authentication

curl -X GET "https://api-app.growthsystemes.com/api/v1/workflow/runs" \
-H "X-API-Key: your-api-key" \
-H "X-Workspace-Id: your-workspace-uuid"

Authentication

API key for external integrations. Get yours at Settings > API Keys.

Security Scheme Type:

apiKey

Header parameter name:

X-API-Key

Contact

Ontologie Support:

URL: https://doc.growthsystemes.com

License

Enterprise