Skip to main content
GET
Diff two workflow revisions

Authorizations

x-api-key
string
header
required

Path Parameters

workflow_id
string<uuid>
required

Query Parameters

base
string<uuid>
required
target
string<uuid>
required

Response

Successful Response

Top-level response returned by GET /workflows/{id}/revisions/diff.

workflow_id
string<uuid>
required
base
RevisionDiffSide · object
required

Metadata about one side of the diff (base or target).

target
RevisionDiffSide · object
required

Metadata about one side of the diff (base or target).

fidelity
enum<string>
required
Available options:
exact,
approximate,
source_only
source_diff
SourceDiff · object
required

Source-layer diff — exactly what the author edited (authored config columns).

Always present and always deterministic regardless of graph provenance.

graph_diff
GraphDiff · object | null

Full behavior diff — projected graph comparison.

component_update_only
boolean
default:false