---
title: "Get My Event Statistics 📊"
method: GET
path: "/api/v1/stats/my-events"
tags: ["User Statistics"]
---

# Get My Event Statistics 📊

`GET /api/v1/stats/my-events`

Get your app events statistics (clicks, installs, leads, sales) for a specific time range. If no time range is provided, statistics for all time are returned.

## Query parameters

- `startDate` string, date-time, nullable — Start date for filtering events (ISO 8601 format). If not provided, all events from the beginning are included.
- `endDate` string, date-time, nullable — End date for filtering events (ISO 8601 format). If not provided, all events until now are included.

## Response `200`

Successful Response

- MyEventStatsDTO — Current user's event statistics (simplified, no user info needed)
  - `clicks` integer
  - `installs` integer
  - `leads` integer
  - `firstSales` integer
  - `repeatedSales` integer

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/pwapps/apis/curie-api.md) · [All operations](https://skmtc.dev/pwapps/apis/curie-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pwapps/curie-api/revisions/b0af9064dfef/schema)
