Skip to main content
GET
Diff Version
Retrieve the difference between a version and the version immediately before it. Text artifacts (markdown, html, code, text, json) return a word-level diff; csv artifacts return a row-level diff. This endpoint is publicly accessible — no authentication required. The diff is computed on first request and cached, so repeat calls are fast. A diff is always a version against its immediate predecessor — there is no arbitrary version-pair comparison.

Path Parameters

Example Request

Example Response

Response Fields

Text payload (strategy: "text")

Rows payload (strategy: "rows")

Error Codes