Get Build minutes in API
heyharii opened this issue · 2 comments
heyharii commented
I want to get how many build minutes I have used on my account. but I can’t find in the docs, Can I get build minutes in API ?
vbrown608 commented
Hi @udahari, thanks for the suggestion. This is available from the api at /api/v1/{account_id}/builds/status
. We're working on adding it to the docs and our Javascript and Go clients libraries.
vbrown608 commented