Skip to main content
API Reference

Usage & Reports

FORG exposes aggregated usage and cost data through usage and analytics endpoints. (There is no separate /reports collection.) All endpoints authenticate with an API key: Authorization: Bearer forg_live_....

Account usage

Aggregated usage and cost for the authenticated account:

GET /api/v1/usage
Authorization: Bearer forg_live_...

Export usage as a downloadable file:

GET /api/v1/usage/export
Authorization: Bearer forg_live_...

Organization usage & analytics

For org-scoped rollups (Team and Enterprise), use the organization endpoints. Analytics results are subject to the k-anonymity floor before any cross-member aggregate is returned.

GET /api/v1/org/{orgId}/usage
GET /api/v1/org/{orgId}/analytics
Authorization: Bearer forg_live_...

Related

© 2026 FORG by UpgradIQ, Inc. All rights reserved.Edit this page on GitHub