Data diffs
Cancel a running data diff
Cancels a data diff that is currently queued or running.
This operation stops the diff execution and marks it as cancelled. If the diff has already completed or been cancelled, this operation has no effect and returns the current status.
Use this to stop long-running diffs that are no longer needed or were started with incorrect parameters.
POST
Cancel a running data diff
Authorizations
Use the 'Authorization' header with the format 'Key '
Path Parameters
Previous
Get a human-readable summary of a DataDiff comparisonRetrieves a comprehensive, human-readable summary of a completed data diff.
This endpoint provides the most useful information for understanding diff results:
- Overall status and result (success/failure)
- Human-readable feedback explaining the differences found
- Key statistics (row counts, differences, match rates)
- Configuration details (tables compared, primary keys used)
- Error messages if the diff failed
Use this after a diff completes to get actionable insights. For diffs still running,
check status with get_datadiff first.
Next
Cancel a running data diff
