stats_project_breakdown
Returns the full stats breakdown of a single project: every Riddle in it, down to blocks, choices and form fields. This is the drill-down from stats_user_breakdown's account-wide summary. It is bounded by the size of the project, so on a project with a lot of Riddles prefer a shorter dateFrom/dateTo range, or stats_riddle_breakdown for the individual Riddles the summary pointed at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dateTo | No | End date (inclusive), format: YYYY-MM-DD, e.g. "2026-01-31". Optional. | |
| dateFrom | No | Start date (inclusive), format: YYYY-MM-DD, e.g. "2026-01-01". Optional. | |
| projectId | Yes | ID of the project you want the stats breakdown for |