List table records
Data
List table records
Reads records from a queryable table. The operation has an additional limit of 5 requests per 60 seconds per user.
GET
List table records
Authorizations
A Fluent API key beginning with fl-.
Path Parameters
Table ID.
Query Parameters
Number of records to skip.
Required range:
x >= 0Maximum records to return.
Required range:
1 <= x <= 5000Column used to order results.
Sort direction when order_by is present.
Available options:
asc, desc When order_by is also present, return rows whose order column is greater than this value.
Response
Table records