Bandwidth usage exposed in Vercel API #933
Locked
bmstefanski
started this conversation in
Idea
Replies: 1 comment
-
Yeah we would also need to be able to monitor the bandwidth usage per project (and all other metrics we currently find in the dashboard). Why is this not exposed ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Vercel team, thanks for the great platform, libraries, and legendary Next.js 😎
I just skimmed through Vercel API Reference and it seems like you can't get info about bandwidth usage from it. There's a weak workaround, I could fetch how much I pay for the bandwidth (
invoiceItems.bandwidth
) and calculate based on that, but it wouldn't work well for Enterprise teams since the price isn't fixed.It would be beneficial if we had such a field exposed in the API, especially for the ones who host user-generated websites on Vercel and want to limit their bandwidth.
Thanks in advance for the response
Beta Was this translation helpful? Give feedback.
All reactions