get_account_activity
Retrieve account audit trail including sign-ins, 2FA changes, service actions, and billing operations. Supports pagination with limit and cursor for security reviews.
Instructions
Get the account audit trail (newest first): sign-ins, 2FA changes, service actions, and billing operations. Page with limit (1–200, default 50) and before (a cursor from a prior page). Use for "show my recent account activity" or a security review.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max entries to return (1–200, default 50). | |
| before | No | Pagination cursor — return entries older than this (from a previous page). |