Returns the paginated records of the given table specified by the table_name and schema. The API can only return 100 records at a time, starting from the offset number specified.
A TableRecordsResponse Pydantic object containing the records and total number of records.
Enter: 'Bearer <JWT>', where JWT is the access token. Example: Bearer access_token_comes_here
Successful Response
The response is of type object
.
Returns the paginated records of the given table specified by the table_name and schema. The API can only return 100 records at a time, starting from the offset number specified.
A TableRecordsResponse Pydantic object containing the records and total number of records.
Enter: 'Bearer <JWT>', where JWT is the access token. Example: Bearer access_token_comes_here
Successful Response
The response is of type object
.