Skip to main content
GET
List all Workflows

Authorizations

Authorization
string
header
required

Session token (JWT) obtained by calling POST /api/auth/login with your email and password.

Response

Array of Workflow objects

id
string<uuid>
name
string
slug
string
description
string | null
status
string
visibility
enum<string>
Available options:
private,
public
steps
object[] | null

Workflow step definitions in order. Each step includes its type (agent, code, http, transform, dfuse, skill), name, and configuration.

total_runs
integer
last_run_at
string<date-time> | null
created_at
string<date-time>
updated_at
string<date-time>
creator_name
string | null
target_domains
string[]