Skip to main content
GET
Compare two immutable workflow graph versions.

Authorizations

Authorization
string
header
required

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

Query Parameters

workflow_id
string
required

Workflow whose versions to diff

from_workflow_version_id
string
required

Base workflow version ID

to_workflow_version_id
string
required

Target workflow version ID

Response

Successful Response

from_workflow_version_id
string
required
to_workflow_version_id
string
required
added_block_ids
string[]
removed_block_ids
string[]
changed_block_ids
string[]
added_edge_ids
string[]
removed_edge_ids
string[]
changed_edge_ids
string[]