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
- 200
- 401
- 404
- 405
- 429
OK
The API key header is either missing or an invalid API key is given
Not Found
The requested HTTP method is not allowed.
Too many requests sent with the same API key. Up to 10 requests can be sent within 1 second.