List Tables
public schema. row_count is PostgreSQL’s planner estimate (pg_class.reltuples) — fast, but approximate until the table has been analyzed.
Run Query
Request Body
Response
Returns the result rows as a JSON array (empty array for statements that return no rows):200
Going Further
- Tracked migrations, auth config, storage, edge functions — use the Backend proxy, which exposes the entire backend management API scoped to this app’s project.
- Row-level data access via PostgREST — use
ANY /v1/apps/:id/db/rest/*(documented on the Backend proxy page). - From your app code — use
@supabase/supabase-jswith the auto-injectedNEXT_PUBLIC_SUPABASE_URL/NEXT_PUBLIC_SUPABASE_ANON_KEY.
Errors
501
502