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

# Get Tracker 📡

`GET /api/v1/tracker/{tracker_id}`

Get a tracker by ID

## Path parameters

- `tracker_id` string, uuid, required

## Response `200`

Successful Response

- TrackerFullDTO
  - `pwas` WeightedPWADTO[], nullable
    - `pwaId` string, uuid, required
    - `deviceType` 'IOS' | 'ANDROID' | 'PWA' | 'APK', required
    - `weight` integer, required — Probability weight for this pwa
  - `applications` WeightedApplicationDTO[], nullable
    - `applicationId` string, uuid, required
    - `deviceType` 'IOS' | 'ANDROID' | 'PWA' | 'APK', required
    - `weight` integer, required — Probability weight for this application
  - `name` string, nullable
  - `offers` WeightedOfferDTO[], nullable
    - `offerId` string, uuid, required — ID of the offer
    - `weight` integer, required — Probability weight for this offer
  - `whitePageUrl` string, nullable
  - `cloakingType` 'MODERATION' | 'ACTIVE' | 'INACTIVE'
  - `pixelsId` string[], nullable
  - `comment` string, nullable
  - `preLandings` WeightedLandingDTO[], nullable
    - `landingId` string, uuid, required — ID of the landing
    - `weight` integer, required — Probability weight for this landing
  - `postLandings` WeightedLandingDTO[], nullable
    - `landingId` string, uuid, required — ID of the landing
    - `weight` integer, required — Probability weight for this landing
  - `domainId` string, uuid, nullable
  - `geoList` string[], nullable — Geo cloaking
  - `id` string, uuid, required
  - `domain` string, required
  - `isAvailable` boolean — Whether the domain DNS is properly configured and pointing to the expected IP
  - `owner` OwnerDTO
    - `ownerCompanyUserId` string, uuid, nullable
    - `email` string, email, required
    - `logoUrl` string, nullable

## Other responses

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