v1

latestOpenAPI 3.0.02026-08-04350108.2 KB
documents

List a document's smart activity log

Returns the grouped change/refresh activity entries for a document, newest first. Paginated via limit/page (default 100 newest); pass since (ISO-8601) to scope to recent activity (e.g. 'what changed in the last few days').

get/documents/{uuid}/activities

Path parameters

uuidstring required

<tenant_uuid>_<document_uuid>

Query parameters

limitnumber

Max entries per page (default 100, newest first)

pagenumber

Page number (1-based) for older entries

sincestring

ISO-8601 timestamp; only entries at or after this time are returned