---
title: "Get trackers statistics in CSV format and download"
method: GET
path: "/api/v1/events/csv"
tags: ["Events (Clicks)"]
---

# Get trackers statistics in CSV format and download

`GET /api/v1/events/csv`

Get statistics of trackers in CSV format and download

## Query parameters

- `trackerId` string[], required — One or more tracker IDs
- `createdAt` string, nullable — Sort order (asc or desc)
- `limit` integer, nullable — Limit the number of records
- `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
- `firstSale` boolean, nullable
- `repeatedSale` boolean, nullable
- `reasonBlock` boolean, nullable
- `isBlack` boolean, nullable
- `uniqueClick` boolean, nullable
- `userClickId` string, uuid, nullable
- `preLandingId` string, uuid, nullable
- `postLandingId` string, uuid, nullable

## Response `200`

Successful Response

- unknown

## 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/b0af9064dfef/schema)
