Skip to main content
GET
Get Workflow

Authorizations

Authorization
string
header
required

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

Path Parameters

workflow_id
string<uuid>
required

Response

id
string<uuid>
required
read-only
name
string
required
Maximum string length: 128
created_at
string<date-time>
required
read-only
updated_at
string<date-time>
required
read-only
triggers
string
required
read-only
enrollment_count
string
required
read-only
total_enrollment_count
string
required
read-only
folder_id
string<uuid> | null
required
read-only
jarvis_conversation_id
string<uuid> | null
required
read-only
description
string
active
boolean
timezone
string

Timezone for workflow scheduling (e.g., America/New_York)

Maximum string length: 64
phone_number
string

Default phone number ID (UUID) for workflow actions

Maximum string length: 36
email
string<email>

Default email for workflow actions

Maximum string length: 256
allowed_windows
unknown
allow_reentry
boolean
stop_on_response
boolean
is_deleted
boolean
trigger
object | null
actions
object[]