---
title: "Get trackers statistics"
method: GET
path: "/api/v1/events"
tags: ["Events (Clicks)"]
---

# Get trackers statistics

`GET /api/v1/events`

Get statistics of trackers

## Query parameters

- `tracker` string[], nullable
- `deviceIp` string, nullable
- `deviceBrand` string, nullable
- `deviceModel` string, nullable
- `deviceType` string, nullable
- `osName` string, nullable
- `osVersion` string, nullable
- `browserName` string, nullable
- `browserVersion` string, nullable
- `store` 'IOS' | 'ANDROID' | 'PWA' | 'APK'
- `domain` string, nullable
- `appNamespace` string, nullable
- `country` string, nullable
- `city` string, nullable
- `click` boolean, nullable
- `install` boolean, nullable
- `lead` boolean, nullable
- `first_sale` boolean, nullable
- `repeatedSale` boolean, nullable
- `reasonBlock` boolean, nullable
- `isBlack` boolean, nullable
- `createdAt` 'asc' | 'desc', nullable
- `orderBy` 'createdAt' | 'click' | 'install' | 'lead' | 'firstSale' | 'repeatedSale' | 'deviceIp' | 'country' | 'city', nullable — Field to order results by. Defaults to createdAt if not specified.
- `orderDirection` 'asc' | 'desc', nullable — Order direction (asc or desc). Defaults to desc if not specified.
- `page` integer
- `size` integer

## Response `200`

Successful Response

- PageEventsResponse
  - `items` EventsResponse[], required
    - `eventId` string, uuid, required
    - `trackerName` string, nullable
    - `trackerId` string, uuid, required
    - `userClickId` string, uuid, nullable
    - `deviceIp` string, nullable
    - `deviceBrand` string, nullable
    - `deviceModel` string, nullable
    - `deviceType` string, nullable
    - `osName` string, nullable
    - `osVersion` string, nullable
    - `browserName` string, nullable
    - `browserVersion` string, nullable
    - `store` 'IOS' | 'ANDROID' | 'PWA' | 'APK', required
    - `domain` string, required
    - `appNamespace` string, nullable
    - `country` string, nullable
    - `city` string, nullable
    - `uniqueClick` boolean
    - `click` string, date-time, nullable
    - `install` string, date-time, nullable
    - `lead` string, date-time, nullable
    - `firstSale` string, date-time, nullable
    - `repeatedSale` string[], nullable
    - `offerUrl` string, nullable
    - `reasonBlock` string, nullable
    - `isBlack` boolean, nullable
    - `preLandingId` string, uuid, nullable
    - `postLandingId` string, uuid, nullable
    - `preLandingName` string, nullable
    - `postLandingName` string, nullable
    - `createdAt` string, date-time, required
  - `total` integer, required
  - `page` integer, required
  - `size` integer, required
  - `pages` integer, required

## Other responses

- `400` — The request is invalid.
- `404` — The requested resource was not found.
- `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/060ef67e573a/schema)
