user_activity
Retrieve per-user daily call activity from the materialized view, filter by host email and date range to analyze call counts and talk ratios.
Instructions
Per-user daily call activity from the mv_user_daily materialized view — answers questions like 'how many calls did X have this week', 'avg talk ratio by person last month'. Filter by host_email (single user) or leave blank for team view. since/until are ISO-8601 dates (inclusive / exclusive). Returns one row per (host, date).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| since | No | ||
| until | No | ||
| host_email | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |