list_dimension_values
List actual dimension values present in your data over a date range to build exact filters and avoid guessing raw values.
Instructions
List the actual values a dimension took over a date range — the countries, product IDs, funnel names, funnel step IDs, custom event names, or place versions present in your data. Run this before filtering: filters match raw values exactly, and guessing them wastes queries.
Values only appear for periods with activity, so widen the range if something you expect is missing. The metric argument selects which namespace of dimensions to resolve against; it does not compute the metric.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max values per dimension, ranked by metric value. Needs granularity omitted or 'None'. | |
| filter | No | Narrow results to specific dimension values. | |
| metric | Yes | Metric providing dimension context, e.g. 'DailyActiveUsers' for Country. | |
| endTime | No | Exclusive end. Defaults to today's UTC midnight so only complete buckets are returned — pass 'now' if you want the partial current day included. | |
| lastDays | No | Shorthand for the last N complete UTC days. Cannot be combined with startTime. | |
| startTime | No | Inclusive start. RFC 3339 (2026-01-01T00:00:00Z), a date (2026-01-01), or relative (-30d, -12w, -6mo, -2y, -48h, today, yesterday). | |
| dimensions | Yes | Dimension names to resolve, e.g. ['Country']. | |
| universeId | No | Roblox universe (experience) ID, or a saved alias. Optional when a default universe is configured — use get_server_status to check, or find_universes to look one up. | |
| granularity | No | Time bucket size. OneDay suits most metrics; OneMinute/HalfHour/OneHour are for performance metrics; None returns a single aggregate for the whole range (the correct way to get distinct users or total revenue for a period). | |
| skipValidation | No | Bypass local dimension validation. |