Returns a list of records for a table.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The id of the table to retrieve records from.
The limit on the number of objects to return, ranging between 1 and 1000.
1 <= x <= 1000A cursor to use in pagination to continue a query from the previous request. This is automatically added when the request has more results to fetch.
List of records
list An array containing the actual response elements, paginated by any request parameters.
The stable cursor to use to get the next page of records.
Whether or not there are more elements available after this set. If false, this set comprises the end of the list.