how do I see my total ingress / egress cached or not data usage per project?
Curently on a free tier... willing to upgrade when needed, but I need to see how much data I am using.
where is GUI can I see this, or what is the apropiate SQL command to connect to this?
3 Replies
There are also some reports in the report section I believe.
Not sure there is an ingress one as it is not billed.

is there an API call for this?
Maybe:
https://supabase.com/docs/reference/api/v1-get-project-function-combined-stats
And
https://supabase.com/docs/guides/telemetry/metrics
Not something I've looked into. So would just be searching docs and blogs which you could do.
Maybe another user will come along who has used some of these methods.