Table
Stream all rows for the table
Stream the data of all rows for a specific table.
get/v1/table/{table_id}/rows-stream
Path parameters
table_idstring uuid required
UUID of the table to stream rows from.
Query parameters
filterstring
Filters to apply to the streaming data.
sortstring
Sorting parameters for the streaming data.
pageinteger
Page number for pagination
sizeinteger
Number of items per page for pagination
Response
Successfully initiated streaming of table rows.