---
title: "Get my trackers 📡"
method: GET
path: "/api/v1/tracker"
tags: ["Tracker (Stream)"]
---

# Get my trackers 📡

`GET /api/v1/tracker`

Get all trackers of the current user

## Query parameters

- `filter_by_cloaking_type` 'MODERATION' | 'ACTIVE' | 'INACTIVE'
- `filter_by_name` string, nullable
- `filter_by_domain` string, nullable
- `order_by` 'created_at' | 'tracker_name' | 'cloaking_type' | 'total_clicks'
- `order_direction` 'asc' | 'desc'
- `all_available` boolean — Whether to get all PWAs (including those of other users in the same company, if permissions allow) or only the user's own PWAs
- `filterByCompanyUserId` string[], nullable — Filter by company user ID(s)
- `page` integer
- `size` integer

## Response `200`

Successful Response

- PageFullTrackerResponse
  - `items` FullTrackerResponse[], required
    - `trackerUrl` string, required
    - `trackerId` string, uuid, required
    - `trackerName` string, nullable
    - `trackerComment` string, nullable
    - `createdAt` string, date-time, required
    - `cloakingType` 'MODERATION' | 'ACTIVE' | 'INACTIVE', required
    - `totalClicks` integer, required
    - `isAvailable` boolean — Whether the domain DNS is properly configured and pointing to the expected IP
    - `geoList` string[], nullable — Geo targeting (country codes) of the tracker
    - `owner` OwnerDTO
      - `ownerCompanyUserId` string, uuid, nullable
      - `email` string, email, required
      - `logoUrl` string, nullable
  - `total` integer, required
  - `page` integer, required
  - `size` integer, required
  - `pages` integer, required

## Other responses

- `401` — Authentication required.
- `403` — Access denied.
- `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)
