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

Parámetros de consulta

onlyFirst
boolean | null

Respuesta

200 - application/json

Successful response

id
string
requerido

a unique identifier for the workflow

createdBy
string
requerido

created by user id

createdTime
string
requerido

created time of the workflow

nodes
object[]
requerido
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

Última modificación el 4 de septiembre de 2026