Skip to main content

Start event usage stats gathering

POST 

/projects/:project_id/event-usage-stats/refresh

Starts an asynchronous job that gathers event usage statistics for the project: how often each event was used in Mitzu insights over the last 6 months and when it was last used. Because the computation can take a while, the results are not returned directly. Poll GET /projects/{project_id}/event-usage-stats to retrieve the latest results once they are ready.

Returns immediately with a TaskInfo describing the queued gathering job.

Request

Responses

OK