Planned for | Published on
Usage API: legacy endpoints will be removed on February 28, 2027
The new Usage API replaces the legacy periodic usage endpoints and is available now.
What is changing
The following two CMA endpoints are deprecated as of August 18, 2026 and will be removed on February 28, 2027:
- GET
/organizations/:organization_id/organization_periodic_usages - GET
/organizations/:organization_id/space_periodic_usages
Why we made this change
The legacy endpoints report on a limited set of metrics with fixed monthly granularity. The new Usage API consolidates all consumption-based reporting into a single, consistent API surface that supports daily and monthly granularity, custom date ranges, and all metrics including API calls, asset bandwidth, AI actions, and Functions. It is the same API powering the usage dashboards in the Contentful web app and will continue to expand as new usage data becomes available. It gives you self-serve visibility into your consumption data so you can reconcile invoices, identify traffic spikes, and automate usage monitoring. The legacy endpoints will not receive further updates.
What replaces them
Two new CMA endpoints are available now:
- GET /metric returns aggregated time series data for any usage metric. It supports daily granularity for up to 31 days and monthly granularity for up to 12 months, with results grouped by space or API type.
- GET /usages-detailed provides per-asset bandwidth breakdowns to help identify specific files driving high traffic.
Impact on your integration
If you are currently calling either legacy endpoint, those calls will stop working and return 410 Gone after February 28, 2027.
Key dates
- August 18, 2026: The legacy endpoints are deprecated and will no longer receive updates or support.
- February 28, 2027: The legacy endpoints are removed and will no longer respond to requests.
Action required
Migrate to the new Usage API before February 28, 2027. For step-by-step migration instructions, including a mapping from legacy parameters to new ones, see the Usage API migration guide.