Run a metric
GET/v1/metrics/:id
Execute a single metric by id, scoped to the API key's organization. Optional period and filters query parameters refine the window. Requires the analytics:read scope on the API key.
Request
Responses
- 200
- 401
- 403
- 404
- 429
The computed metric result.
Missing, malformed, or revoked API key.
The key lacks the scope this endpoint requires.
No such resource in the key's organization.
Rate limit or monthly quota exceeded.