---
title: "Get Customer Tracker Details"
method: GET
path: "/v2/customers/{customerId}/trackers"
---

# Get Customer Tracker Details

`GET /v2/customers/{customerId}/trackers`

Fetches tracker details for a specific customer.

## Path parameters

- `customerId` string, required

## Response `200`

Tracker details retrieved successfully.

- object
  - `trackers` object[]
    - `trackerId` string — Tracker ID
    - `status` string — Status of the tracker

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `404` — Customer not found
- `500` — Internal server error

---

[API](https://skmtc.net/capillarytech/apis/sample-api.md) · [All operations](https://skmtc.net/capillarytech/apis/sample-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/capillarytech/sample-api/versions/de241f2ed9b3/schema)
