Skip to main content
GET
List All Workflows

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

List of workflows retrieved successfully

id
string | null

Unique identifier for the workflow

name
string | null

Name of the workflow

description
string | null

Description of the workflow

db_id
string | null

Database identifier

is_component
boolean
default:false

Whether this workflow was created via Builder

current_version
integer | null

Current published version number

stage
string | null

Stage of the loaded config (draft/published)