Skip to main content
API EnhancementsBug FixesDeprecations

October 2, 2025

Created At Field added to Metrics Response

API Enhancements
Added created_at timestamp to our response within the Get Metrics endpoint indicating when the datum was created.

September 16, 2025

Archived Field added to Metrics Response

API Enhancements
Added archived boolean to our response within the Get Metrics endpoint indicating whether the datum belongs to a category that is archived.

Deprecate Invalid Metric Cadence Options

Deprecations
The following cadence options are deprecated in the Create Metrics endpoint:
  • "day" (daily)
  • "week" (weekly)
  • "half_year" (half-yearly)
While these cadence types will continue to work, they do not properly represent our supported time periods and you will likely encounter issues trying to access metrics written with these cadence types.
Reach out to our team if you rely on these cadence types and need assistance migrating to the new cadence options.

September 10, 2025

Archived Metrics Filtering

API Enhancements
Added include_archived parameter to our Get metrics endpoint for filtering out archived metrics. Set include_archived=0 to exclude archived metrics from API responses (as the endpoint defaults to including archived metrics).