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

最終更新日 2026年9月4日