Lists rows in a table (or in a view if provided). If no view is selected, all columns (even hidden one) are returned. If a view is selected, only visible columns of that view are returned.
Returns no data from the big data backend
This request does not return rows stored in the big data backend. To query the big data backend, use the request List Rows (with SQL) instead.
Returns at most 1 000 rows
The request returns a maximum of 1 000 rows regardless of the specified limit.
CURL does not follow redirects by default (relevant especially for SeaTable Cloud)
SeaTable Cloud (version 5.0 and newer) redirects this endpoint to the new API gateway endpoint using a 302 header redirect.
If youcurl
command does not return any result, you need to add the-L
parameter to follow these redirects. Most other clients handle redirects automatically.