List an asset's activity log

Beta

Admin only. List the edit history of a collaborative asset, newest first: who edited it, when, and under which agent/session attribution. Works for every collaborative asset type. Each item’s from_clock/to_clock identify the edit for the companion delta endpoint, which reports what actually changed.

Authentication

X-API-KEYstring
API Key authentication via header

Path parameters

asset_idstringRequired

Query parameters

limitintegerOptional1-200Defaults to 50
Maximum items to return.
to_clockinteger or nullOptional

Return only items at or before this clock. Pass the previous response’s next_page_to_clock to page backwards through history.

Response

Successful Response
asset_idstring
asset_typestring
The asset's Athena type.
itemslist of objects
returnedinteger
Number of items in this page.
next_page_to_clockinteger or nullOptional

Pass as to_clock to fetch the next (older) page. Null when the log has been fully read.

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error