stats_riddle_breakdown
Returns a detailed stats breakdown for a specific Riddle, including titles, choices, views, time spent, and submissions. Every "id" in this breakdown (blocks, choices, results, form fields) is the same stored block id that riddle_get's "build" configuration exposes as its "id", so entries can be cross-referenced directly - e.g. to look up a block's full definition or to write back to it. These ids are stable identifiers, not a display order: they are assigned once per block and are not renumbered when other blocks are added or removed, so it is normal for them to be non-contiguous (e.g. starting above 1, or with gaps) on a Riddle that has been edited over time.
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. | |
| riddleUUID | Yes | UUID of the Riddle you want the stats breakdown for |