---
title: "List App Events"
method: GET
path: "/api/v1/export/app-events"
tags: ["Export"]
---

# List App Events

`GET /api/v1/export/app-events`

## Query parameters

- `tracker_id` string, uuid, nullable
- `created_at_from` string, date-time, nullable
- `created_at_to` string, date-time, nullable
- `cursor` string, nullable
- `size` integer

## Response `200`

Successful Response

- CursorPageAppEventsExportDTO
  - `items` AppEventsExportDTO[], required
    - `id` string, uuid, required
    - `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` string, required
    - `userAgent` string, nullable
    - `domain` string, required
    - `appNamespace` string, nullable
    - `country` string, nullable
    - `city` string, nullable
    - `uniqueClick` boolean, nullable
    - `click` string, date-time, nullable
    - `install` string, date-time, nullable
    - `lead` string, date-time, nullable
    - `firstSale` string, date-time, nullable
    - `repeatedSale` unknown
    - `offerUrl` string, nullable
    - `reasonBlock` string, nullable
    - `preLandingId` string, uuid, nullable
    - `postLandingId` string, uuid, nullable
    - `subs` unknown
    - `deviceToken` string, nullable
    - `fbclid` string, nullable
    - `fbp` string, nullable
    - `fbc` string, nullable
    - `updatedAt` string, date-time, nullable
    - `createdAt` string, date-time, required
  - `total` integer, required
  - `current_page` string, nullable — Cursor to refetch the current page
  - `current_page_backwards` string, nullable — Cursor to refetch the current page starting from the last item
  - `previous_page` string, nullable — Cursor for the previous page
  - `next_page` string, nullable — Cursor for the next page

## 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)
