list_recent_changes
Retrieves recently changed records across core tables for the authenticated user, ordered by latest activity.
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). |