cURL
curl --request GET \ --url https://x8ki-letl-twmt.n7.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/content \ --header 'Authorization: Bearer <token>'
{ "items": {}, "itemsReceived": 123, "curPage": 123, "nextPage": 123, "prevPage": 123, "offset": 123, "perPage": 123, "itemsTotal": 123, "pageTotal": 123 }
Retrieve paginated records from a table
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success!
Was this page helpful?