© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•3y ago•
2 replies
Archie - Web Dev

Can I query the usage of my project?

I want to get the usage of my project without using the dashboard (DB & storage info). I have been Can I get this with supabase js client and an sql query? Currently I have been trying this in the sql editor:

select SUM(CAST(metadata->>'size' AS numeric)) AS total_size from storage.objects

In the end I want to get the data when server rendering a page, but I just dont know how or if I can get this info?
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

How can I press the database usage
SupabaseSSupabase / help-and-questions
6mo ago
Can i create a full copy of my subase project?
SupabaseSSupabase / help-and-questions
6mo ago
Restoring issue of my project
SupabaseSSupabase / help-and-questions
5mo ago
How can I query this
SupabaseSSupabase / help-and-questions
3y ago