POST /api/analytics/rollup
Trigger a rollup computation that aggregates raw analytics events into summary metrics for the specified date range. Use this to refresh analytics data after recording events.
Headers
Your CometChat App ID.
Your CometChat API Key.
Request body
Start date in ISO 8601 format.
End date in ISO 8601 format.
Example request
Example response
Response fields
Whether the rollup computation completed.
Start of the computed date range.
End of the computed date range.
Number of raw events aggregated during the rollup.