list_recent_changes
Retrieve recently changed records across core tables (entities, sources, observations, interpretations, relationships, timeline events), ordered by activity time for the authenticated user.
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). |