What are the right tables to look at to get the data ?

Hi,

for some reasons I can’t use the API to get the data of the databases created using Baserow and I have to search into the whole database to retrieve the info about it.

Can you point me on which tables should I expect to find the data ? There are like hundred of tables, I need someone smarter than me to point me to the right directions please :slightly_smiling_face:

Thank you

Hi @mickaelandrieu this is the API endpoint that can be used to get a list of tables per baserow database: Baserow API spec
This endpoint only supports JWT token authentication and will not work with the API Tokens you find in the Baserow gui under settings.

If you are instead asking which postgres table contains this table then you’ll want to look at the postgres database_table table.