Workflows
List all Workflows
Retrieve every Workflow in your account, including IDs, names, step configurations, run counts, and timestamps. Returns a flat array ordered by created_at descending.
GET
List all Workflows
Authorizations
Session token (JWT) obtained by calling POST /api/auth/login with your email and password.
Response
Array of Workflow objects
Available options:
private, public Workflow step definitions in order. Each step includes its type (agent, code, http, transform, dfuse, skill), name, and configuration.

