list_recent_changes
Retrieve the most recently changed records across Neotoma's core tables (entities, observations, interpretations, relationships), sorted by activity time.
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). |