Query account event metrics over a date range
Retrieve daily counts of registered account-level event metrics (e.g. auto_heal_insights) across workspaces in an account. Backed by the precomputed workspace_event_metric_daily fact table. Only accessible by company admins.
Path parameters
Account ID to query
Query parameters
Comma-separated list of metric names to return (e.g. auto_heal_insights). When omitted, returns all metrics with data in the date range.
Inclusive start date (YYYY-MM-DD). Defaults to 30 days before end_date.
Inclusive end date (YYYY-MM-DD). Defaults to yesterday (most recent fully-aggregated day).
Optional comma-separated list of workspace IDs to scope results within the account.
Response
Event metric series for the account over the date range
Changes
No recorded changes to this endpoint across all 11 revisions of this API.