list_recent_changes
Retrieves a paginated list of the most recently modified records across core tables, including entities, sources, observations, and interpretations, ordered by activity timestamp.
Instructions
List the most recently changed records across core Neotoma tables (entities, sources, observations, interpretations, relationships, timeline_events) for the authenticated user. Returns items ordered by latest activity_at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return (default 50, max 200). | |
| offset | No | Pagination offset (default 0). |