Versions
Diff two versions
A pure structural diff between version a (base) and version b (target): states and events added, removed, and changed.
GET
Diff two versions
Authorizations
An app API key, e.g. Authorization: Bearer sk_live_…. Secret (sk_) for writes/sessions; publishable (pk_) for read/embed.
Path Parameters
The base version id.
The target version id.
Response
The diff
A pure structural diff between two versions (a = base, b = target). States are keyed by their record key; events by their unique name. "changed" means present in both but not byte-identical.
Diff two versions