list_activities
Review all CRM changes in one place: get typed activity rows (notes, emails, tasks, custom events) with user and record references, filtered by timestamp or page to audit what happened.
Instructions
Global cross-entity ACTIVITY FEED: everything that happened across the tenant, newest first — typed rows (Note, Task completed, Email sent, Email received, plus custom types) with the acting user, the apiClient that made the change, and refs to the party/opportunity/project/task/entry concerned. Supports since (ISO-8601, server-side filter) and pagination. THE tool for 'what happened this week across the book', 'what did touch today', or 'which emails came in' — one call instead of per-record entry fan-outs. No per-entity server-side filter: filter client-side on the returned refs. CAVEAT: undocumented Capsule endpoint (stable in observation; discovered by live probe) — could change without notice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| since | No | Only activities on/after this ISO-8601 timestamp (server-side filter, verified live). Omit for the newest activities. | |
| perPage | No |