latestOpenAPI 3.0.32026-08-227451,2751.8 MB
d0fc0114da66
Report
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.
get/accounts/{account_id}/reports/eventMetrics
Path parameters
account_idstring required
Account ID to query
Query parameters
metric_namesstring
Comma-separated list of metric names to return (e.g. auto_heal_insights). When omitted, returns all metrics with data in the date range.
start_datestring
Inclusive start date (YYYY-MM-DD). Defaults to 30 days before end_date.
end_datestring
Inclusive end date (YYYY-MM-DD). Defaults to yesterday (most recent fully-aggregated day).
workspace_idsstring
Optional comma-separated list of workspace IDs to scope results within the account.
Response
Event metric series for the account over the date range