---
title: "List track domains"
method: GET
path: "/tenants/{tenantId}/tracking"
tags: ["Tracking"]
---

# List track domains

`GET /tenants/{tenantId}/tracking`

List all track domains configured for a tenant.
Track domains enable open and click tracking for emails.

## Path parameters

- `tenantId` string, required

## Response `200`

List of track domains

- ListTrackDomainsResponse
  - `success` true, required
  - `data` object, required
    - `trackDomains` TrackDomain[], required
      - `id` string, required — Track domain ID
      - `name` string, required — Subdomain name
      - `fullName` string, required — Full domain name
      - `domainId` string, required — ID of the parent sending domain
      - `trackClicks` boolean, required — Whether click tracking is enabled
      - `trackOpens` boolean, required — Whether open tracking is enabled
      - `sslEnabled` boolean, required — Whether SSL is enabled for tracking URLs
      - `excludedClickDomains` string, nullable — Domains excluded from click tracking
      - `dnsOk` boolean, required — Whether the tracking CNAME record is correctly configured. Must be true to use tracking features.
      - `dnsStatus` 'ok' | 'missing' | 'invalid' | 'null', nullable — Current DNS verification status
      - `dnsError` string, nullable — DNS error message if verification failed
      - `dnsCheckedAt` string, date-time, nullable — When DNS was last checked
      - `dnsRecord` object, nullable — Required DNS record configuration
        - `type` string — DNS record type
        - `name` string — DNS record name
        - `value` string — DNS record value (target)
      - `createdAt` string, date-time, required — When the track domain was created
      - `updatedAt` string, date-time, nullable — When the track domain was last updated
  - `meta` ApiMeta, required
    - `requestId` string, required — Unique request identifier for debugging and support

## Other responses

- `401` — Invalid or missing API key
- `404` — Tenant not found
- `429` — Rate limit exceeded
- `500` — Internal server error

---

[API](https://skmtc.net/arkhq-io/apis/ark-email-api.md) · [All operations](https://skmtc.net/arkhq-io/apis/ark-email-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/arkhq-io/ark-email-api/revisions/98a90852ffca/schema)
