Skip to main content
GET
/
v1
/
workflows
/
blocks
/
versions
/
diff
diff = client.workflows.blocks.list_diff("bver_old", "bver_new")
{
  "from_block_version_id": "<string>",
  "to_block_version_id": "<string>",
  "block_id": "<string>",
  "changes": []
}

Documentation Index

Fetch the complete documentation index at: https://docs.retab.com/llms.txt

Use this file to discover all available pages before exploring further.

Compare two immutable block versions. The response contains field-level changes between the two complete block snapshots.
diff = client.workflows.blocks.list_diff("bver_old", "bver_new")

Authorizations

Api-Key
string
header
required

Query Parameters

from_block_version_id
string
required
to_block_version_id
string
required

Response

Successful Response

from_block_version_id
string
required
to_block_version_id
string
required
block_id
string
required
changes
WorkflowVersionFieldDiff · object[]