stats_overview_fetch
Returns statistics divided into daily intervals for the given date range. Useful for dashboards, graphs, and trend analysis. Both dateFrom and dateTo are required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dateTo | Yes | End date (inclusive), format: YYYY-MM-DD, e.g. "2026-01-31" | |
| dateFrom | Yes | Start date (inclusive), format: YYYY-MM-DD, e.g. "2026-01-01" | |
| entityId | Yes | ID of the entity: a project ID (integer as string) for "project", a user ID (integer as string) for "user", a Riddle UUID for "riddle". | |
| namespace | Yes | Entity type to fetch stats for: "project", "user" or "riddle". |