cURL
curl --request GET \ --url https://tables-api.softr.io/api/v1/databases/{databaseId}/tables/{tableId}/records \ --header 'Softr-Api-Key: <api-key>'
{ "data": [ { "id": "<string>", "tableId": "<string>", "fields": {}, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ], "metadata": { "offset": 123, "limit": 123, "total": 123 } }
Retrieve a list of all records in the specified table.
A paginated list of records.
Show child attributes