Skip to main content
GET
How a workflow version's steps connect, and which connections carry a condition.

Headers

Range
string

Limiting and Pagination

Range-Unit
string
default:items

Limiting and Pagination

Prefer
enum<string>

Preference

Available options:
count=none

Query Parameters

id
string
workflow_version_id
string
from_node_id
string
from_label
string
to_node_id
string
to_label
string
condition_expression
string
is_conditional
string
sort_order
string
row_version
string
created_at
string
updated_at
string
select
string

Filtering Columns

order
string

Ordering

offset
string

Limiting and Pagination

limit
string

Limiting and Pagination

Response

OK

condition_expression
string<jsonb>
created_at
string<timestamp with time zone>
from_label
string<character varying>
Maximum string length: 150
from_node_id
string<uuid>

Note: This is a Foreign Key to workflow_nodes.id.

id
string<uuid>

Note: This is a Primary Key.

is_conditional
boolean<boolean>
row_version
integer<bigint>
sort_order
integer<integer>
to_label
string<character varying>
Maximum string length: 150
to_node_id
string<uuid>

Note: This is a Foreign Key to workflow_nodes.id.

updated_at
string<timestamp with time zone>
workflow_version_id
string<uuid>

Note: This is a Foreign Key to workflow_versions.id.