Get what changed in one or more activity items

Beta
Admin only. Report what changed between two Keryx clocks — for spreadsheets, the per-cell before/after values; for documents, the inserted and deleted text; for presentations, the affected slides. Take the clocks from the activity endpoint. Computed by the same differ the in-app Activity pane renders, so the payload matches what a user sees. Always inspect delta.coverage: caps and non-decodable bulk regions are reported there rather than silently omitted.

Authentication

X-API-KEYstring
API Key authentication via header

Path parameters

asset_idstringRequired

Query parameters

fromintegerRequired

Start clock, from an activity item’s from_clock.

tointegerRequired

End clock, from the same activity item’s to_clock.

Response

Successful Response
asset_idstring
asset_typestring
deltaslist of objects
schema_versionstring

Version of the delta payload shape. Detail fields are added additively within a version; a breaking change bumps it.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error