GET data from RETOOL-SQL-Table via API

Hi I have a Table in RETOOL wich is connected to a mysql DB.
How can I get the Data from outside via API? Is there an RETOOL API for this?
Say my table is under this url:
https://mysubdomain.retool.com/editor/1m2y3i4d56789/myTable

Is the baseurl /api/v1/? Cant find the right stuff in the docs.

Can someone help me out?

Hi @ben10 Unfortunately, we don't currently expose a Retool API for this :disappointed:

You could connect your own REST API to Retool. Then you could post the table data to your API to be accessed via the API outside of Retool.