Diff an entity's history
diffFetch change history for any codebase entity, sorted newest first. Use prefix matching to include related sub-entities.
Instructions
Get change history for a codebase entity, newest first.
Supports prefix matching — e.g. 'users' returns all events for the users table and any users.* column.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_path | Yes | Entity path or path prefix. Prefix matching is supported: 'users' returns history for the users table AND all its columns ('users.email', 'users.created_at', etc.). Use a more specific path to narrow the result. | |
| limit | No | Maximum number of events to return. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |