get_row_activities
Retrieve the change history of a specific row, showing who made changes, when, and the old and new values. Returns 25 activities per page, with pagination support.
Instructions
Get the change history of a specific row. Returns a list of activities showing who changed what and when, including old and new values. 25 activities per page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name (used for context in the response) | |
| row_id | Yes | Row ID to get the activity history for | |
| page | No | Page number (default 1, 25 activities per page) |