List all tables using the self-hosted API?

Is there a way to list all tables in a workspace or database using a self-hosted baserow instance API? I’m working on a way to generate code from my database schema and would like a way to use my instance’s endpoint to discover all existing tables.

Hi @narthur, would list_database_tables endpoint be sufficient?

1 Like

@petrs Looks promising! Thank you!

Oof, seems that endpoint only supports jwt, not database tokens, unfortunately. :thinking: