Levain LabsLevain Labs

list_activity

List recent account activity (audit trail), newest first. Returns a page of entries plus a next_cursor; pass it back as cursor to page through older…

List recent account activity (audit trail), newest first.

Returns a page of entries plus a next_cursor; pass it back as cursor to page through older entries. limit is 1-50 (default 50); larger values are capped to 50, so page with cursor for more. Optional filters: resource_type (e.g. 'run'), actor_type ('user', 'agent', or 'system'), and since (ISO 8601 lower bound). Send the same filters with each cursor.

Parameters

NameTypeRequiredDescription
limitintegerno
cursorstringno
resource_typestringno
actor_typestringno
sincestringno

On this page