Skip to main content
POST
Diff Run

Request

Body Parameters

runId
string
required
Run ID from startRun

Example Request

Response

runId
string
Run identifier
status
string
Run status: "completed"
diff
object
Computed diff with inserts, updates, and deletes

Example Response

Diff Structure

Inserts

New records created during the run:

Updates

Modified records with before/after values:

Deletes

Records removed during the run:

What Happens

  1. After snapshot: Current database state is captured
  2. Diff computed: Before/after states compared
  3. Results returned: Full diff returned immediately
  4. Replication stopped: WAL capture ends
Use this when you want the raw diff without running assertions. For evaluation with assertions, use evaluateRun instead.

Errors

SDK Usage