TablesRead-only

A row’s history

list_row_history

Every event that touched one row — edits with the changed cells (previous and next value), comments, deletion and restore — newest first, cursor-paginated. Answers "what happened to this record"; a row in the trash keeps its history. list_table_activity is the table-wide trail.

Parameters

ParameterTypeRequiredDescription
tableIdstringrequiredTable ID
rowIdstringrequiredRow ID — get from query_table_rows
limitintegeroptionalInput for limit.
cursorstringoptionalFrom a previous page

Example call

The tool call an MCP client sends (required arguments shown with placeholder values).

{
"tool": "list_row_history",
"arguments": {
"tableId": "tableId_123",
"rowId": "rowId_123"
}
}

Use this tool in

Related Tables tools