d0fc0114da66
Query workspace event metrics over a date range
Retrieve daily counts of registered event metrics (e.g. auto_heal_insights) for a single workspace. Each metric in the response carries customer-facing copy — a display name, description, benefit statement, benefit categories, and cost levers — so callers (e.g. the mabl MCP server) can present the data with consistent framing. Backed by the precomputed workspace_event_metric_daily fact table. Accessible to any workspace member (same authorization as quality metrics).
Path parameters
Workspace 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).
Response
Event metric series for the workspace over the date range