Overview
The Workflows API stores node-based workflow definitions as JSON graphs of nodes and edges, then schedules executions against them. Each workflow is user-scoped; executions are tracked independently with statuses such aspending, running, completed, failed, and cancelled.
Base URL
Authentication
All requests require a valid bearer token in theAuthorization header. See Authentication for details.