#kenshin_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1284079663978643530
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Yes, sure!
Basically we are using the Meters to store usage from our platform. And then the Meter Events to record each individual billable action
What I want now, is if I can somehow list previous Meter Events so I can double check things from the past and make sure that we are properly aligned
Are you looking for this API?
https://docs.stripe.com/api/billing/meter-event-summary/list
But this is a summary, it doesn't show each Meter Event separately like it does for some of them on the dashboard in the Live meter events section (it shows like last 5 there)
Ah yes that's a dashboard feature only unfortunately.
So there is no way for me to list all the Meter Events to see what I have used per Meter?
No there is no public API for that.
Damn.. okay thanks!
Is there any way on the dashboard to skip records? I found a way to see only 100 of them, at least to skip and continue for the next 100?
I don't really know sorry, we mainly work with the API not the Dashboard. If it's not obvious then it's probably not possible, the new usage-based billing product is new so keep the feedback coming!