Hello Team,
We are using the Datatable feature in our N8N self hosted enviroment. As per your API reference documentation API reference | n8n Docs we have the list of Data table routes to perform action against database.
When we call the API using the N8N API key in the header we get a not found error. But when we try the below curl in the N8N http node where we are already logged in it returns the results.
curl --location ‘/rest/data-tables-global/limits’ \
--header 'Cookie: n8n-auth=<’N8N auth from browser cookies> \
--header 'browser-id: <‘browser id> \
--header ‘Origin: ’ \
--header ‘Referer: ’ \
--header ‘Accept: application/json’
We would like to use the Data tables API and wanted to know if this feature is available as per your documentation in API reference | n8n Docs
Thanks for your help and guidance.

