v1

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-304917042.1 MB
workflows

Diff two workflow revisions

Compute a two-layer diff between two revisions of the same workflow.

Returns:

  • source_diff: deterministic diff of the authored config columns (always present, always exact).
  • graph_diff: projected behavior diff over the compiled graphs (null when either side is uncompiled or the stored graph is unparseable).
  • fidelity: "exact" | "approximate" | "source_only".
get/v1/workflows/{workflow_id}/revisions/diff

Path parameters

workflow_idstring uuid required

Query parameters

basestring uuid required
targetstring uuid required

Response

Successful Response

workflow_idstring uuid required
fidelity'exact' | 'approximate' | 'source_only' required