Skip to main content
GET
cURL

Autorisierungen

Authorization
string
header
erforderlich

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

Pfadparameter

baseId
string
erforderlich

Abfrageparameter

onlyFirst
boolean | null

Antwort

200 - application/json

Successful response

id
string
erforderlich

a unique identifier for the workflow

createdBy
string
erforderlich

created by user id

createdTime
string
erforderlich

created time of the workflow

nodes
object[]
erforderlich
name
string

the name of the workflow

description
string

description of the workflow

hasDraft
boolean

has draft of the workflow

isActive
boolean

is active of the workflow

lastModifiedTime
string

last modified time of the workflow

lastModifiedBy
string

last modified by user id

Zuletzt geändert am 4. September 2026