v10
latestOpenAPI 3.1.02026-08-0375143791.1 KBwebdbs
Get a row's change history
Returns changes for one row, newest first.
get/webdbs/rows/{row_id}/history
Path parameters
row_idstring required
Row ID.
Example:row_1a2b3c
Row ID.
Query parameters
limitinteger
Maximum items to return. Defaults to 25.
Maximum items to return. Defaults to 25.
cursorstring
Pagination cursor from a previous response.
Pagination cursor from a previous response.
tagsstring[]
Optional tags for tracking usage. Up to 20 tags, each 1 to 50 characters.
Optional comma-separated caller-defined tags for tracking this request. Tags are recorded on the request's usage log and can be used to filter usage on the dashboard usage page. Up to 20 tags, each 1-50 characters.
[ "production", "team-alpha" ]
Response
Row change history
Example response
{
"row_id": "row_1a2b3c"
}