---
title: "List Trackers"
method: GET
path: "/api/v1/export/trackers"
tags: ["Export"]
---

# List Trackers

`GET /api/v1/export/trackers`

## Query parameters

- `user_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

- CursorPageTrackerExportDTO
  - `items` TrackerExportDTO[], required
    - `id` string, uuid, required
    - `name` string, nullable
    - `whitePageUrl` string, nullable
    - `geoList` unknown
    - `pwaDomains` unknown
    - `pwaHosts` unknown
    - `cloakingType` string, nullable
    - `isDeleted` boolean, nullable
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, nullable
    - `domainId` string, uuid, nullable
    - `comment` string, nullable
    - `userId` string, uuid, nullable
  - `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)
