cURL
curl --request GET \ --url https://tables-api.softr.io/api/v1/databases/{databaseId}/tables/{tableId}/records/{recordId} \ --header 'Softr-Api-Key: <api-key>'
{ "data": { "id": "<string>", "tableId": "<string>", "fields": {}, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } }
Retrieve details of a specific record by its ID.
Documentation IndexFetch the complete documentation index at: https://docs.softr.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.softr.io/llms.txt
Use this file to discover all available pages before exploring further.
If true, use field names as keys in the fields object instead of field IDs.
Record details.
Show child attributes
Was this page helpful?