MCPTools
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
| Name | Type | Required | Description |
|---|---|---|---|
limit | integer | no | |
cursor | string | no | |
resource_type | string | no | |
actor_type | string | no | |
since | string | no |