Network limit metrics
Hi there, I just hit the network limit for the free plan (5GB) with my 2 user side project. This hasn't happened last month so I'm wondering if I implemented a bug. Do you know if there is any historical view on network egress usage in the past months? Do you know if it's possible to figure out how much was used per branch? Or if there is a view per day? Thanks!
3 Replies
extended-salmon•2mo ago
Hey! Use can the API’s getprojectbranch endpoint to get usage for the current billing cycle per branch. You can also use the getproject, where you can set your own start and end window for usage at the project level.
Neon
Retrieve branch details
Retrieves information about the specified branch. You can obtain a project_id by listing the projects for your Neon account. You can obtain a branch_id by listing the project's branches. A branch_id value has a br- prefix.
Each Neon project is initially created with a root and default branch named m…
quickest-silverOP•2mo ago
Nice, should have looked at the API myself as well, sorry! Thanks!
extended-salmon•2mo ago
No worries!