Get what changed across several activity items in one call

Beta
Admin only. Batch form of the activity-delta endpoint: diff several clock ranges in one request. Prefer this when walking a whole log — one call computes every range in a single pass over the document instead of one request each (up to 25 per call). Results come back in request order, and a range that could not be read carries its own `error` instead of failing the batch. Same payload and `coverage` semantics as the single-range endpoint.

Authentication

X-API-KEYstring
API Key authentication via header

Path parameters

asset_idstringRequired

Request

This endpoint expects an object.
rangeslist of objectsRequired
Activity clock ranges to diff, at most 25 per call. Results are returned in request order.

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