Metrics analytics API
Read saved metric results for the selected range.
Last updated June 3, 2026
The metrics endpoint returns each saved metric's numerator count, denominator count, and rate. It uses the same advanced step matching rules as saved funnels.
GET /api/analytics/metrics
1curl "https://usegrometrics.com/api/analytics/metrics?range=30d" \2-H "Authorization: Bearer YOUR_API_KEY"
What happens next
Use the Metrics API to define activation or quality metrics, then read this endpoint for current performance.
Troubleshooting
Metric is missing
Confirm the metric definition is saved in the same workspace as the API key.
Was this page helpful?