Get Revision
Fetch a single audit-trail revision by oId. Returns the before/after entity snapshots plus a recursive field-level diff (added / removed / changed) that descends into nested objects. Arrays are treated as atomic leaves. Pass diffOnly: true to omit the full snapshots and return only the diff — useful when the entity is large and you only care about what changed.
Documentation Index
Fetch the complete documentation index at: https://docs.octavehq.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Query Parameters
The oId of the revision to fetch (ev_* prefix). Use listRevisions to discover revision oIds.
If true, return only the field-level diff (added / removed / changed) instead of the full before-and-after entity snapshots. Defaults to false.
Response
The requested revision detail.