Get insights
GET /v1/projects/{id}/insights
Returns aggregated analytics data grouped by a specified dimension. Useful for exploring event distributions, platform breakdowns, and time-series trends.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Project UUID.
Query Parameters
Section titled “Query Parameters ”Metric to aggregate.
Dimension to group results by.
Time period in days.
Maximum number of groups to return.
Filter by event name.
Responses
Section titled “ Responses ”Aggregated insights data.
object
object
object
Dimension value (date, event name, map ID, etc.).
Total value across all groups.
Total number of distinct groups (may exceed returned rows if limited).
Headers
Section titled “Headers ”Maximum number of requests allowed per hour.
Number of requests remaining in the current window.
Unix timestamp when the rate limit window resets.
Invalid request parameters or body.
object
Human-readable error message.
Missing or invalid API key.
object
Human-readable error message.
Resource not found.
object
Human-readable error message.
Rate limit exceeded.
object
Human-readable error message.
Headers
Section titled “Headers ”Maximum number of requests allowed per hour.
Number of requests remaining in the current window.
Unix timestamp when the rate limit window resets.