Skip to main content
GET
cURL

Авторизації

Authorization
string
header
обов'язково

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

Параметри шляху

baseId
string
обов'язково
workflowId
string
обов'язково

Відповідь

200 - application/json

The active snapshot of the workflow

id
string
обов'язково

a unique identifier for the workflow

baseId
string
обов'язково

the base id of the workflow

edges
object[]
обов'язково

edges of the nodes

nodes
object[]
обов'язково

nodes list include trigger and actions

createdBy
string
обов'язково

created by user id

createdTime
string
обов'язково

created time of the workflow

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

activeUser
object

active user of the workflow

Останнє оновлення 4 вересня 2026 р.