v10
latestOpenAPI 3.1.02026-08-0375143791.1 KBwebdbs
List changes for a collection
Returns row changes for a collection, newest first.
get/webdbs/collections/{collection_id}/changes
Path parameters
collection_idstring required
Collection ID.
Example:col_123
Collection 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.
sincestring
Return entries at or after this time.
Example:2026-01-01T00:00:00Z
Return entries at or after this time.
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
A paginated list of row changes, newest first
Example response
{
"data": [
{
"row_id": "row_1a2b3c",
"collection_id": "col_123",
"run_id": "run_123"
}
]
}