Skip to main content
GET
cURL

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

baseId
string
requerido
workflowId
string
requerido

Respuesta

200 - application/json

The active snapshot of the workflow

id
string
requerido

a unique identifier for the workflow

baseId
string
requerido

the project id of the workflow

edges
object[]
requerido

edges of the nodes

nodes
object[]
requerido

nodes list include trigger and actions

createdBy
string
requerido

created by user id

createdTime
string
requerido

created time of the workflow

name
string

the name of the workflow

description
string | null

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

activeSnapshotId
string

id of the currently active snapshot

Última modificación el 15 de septiembre de 2026