Stream database table row changes
Opens a Server-Sent Events stream of row-change notifications for a live database table.
GET
/api/database-tables/{tableId}/rows/streamPath parameters
tableIdnumberrequiredPath parameter: tableId
Request
curl
curl -X GET https://platform.trickest.com/api/database-tables/{tableId}/rows/stream \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Server-sent event stream of row-change events (text/event-stream)
successboolean400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring