docs: GET /v1/quota_usage — enforced sensor quota usage endpoint#271
Merged
Conversation
Document the new quota usage API: - Billing FAQ: new "How Do I Check My Sensor Quota Usage?" section contrasting /online with /quota_usage (the enforced weighted vSensor count that actually gates sensors coming online), with the response fields and an example per-category breakdown. - Platform events: point SENSOR_OVER_QUOTA readers at /quota_usage, since sizing quota off the online count is what trips those events. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2344fc5 to
0a8489f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documents the new sensor quota usage API.
Changes
docs/8-reference/faq/billing.md): new "How Do I Check My Sensor Quota Usage?" section. ContrastsGET /v1/online/{oid}(online sensor count) withGET /v1/quota_usage/{oid}(the enforced weighted vSensor count that actually gates sensors coming online — the value to size the sensor quota against). Documents theusage/quota/breakdownresponse fields with an example.docs/8-reference/platform-events.md): theSENSOR_OVER_QUOTAsection now points readers at/quota_usage, since sizing quota off the online count is exactly what trips those events.Notes
{count, weight, quota}) matches the human-readable breakdown change that is in review on the backend; this PR should merge once that ships.🤖 Generated with Claude Code