---
title: "Track an SMS"
method: GET
path: "/sms/tracking/single/{trackingId}"
---

# Track an SMS

`GET /sms/tracking/single/{trackingId}`

You can get all the tracking information for the messages (parts) of a single SMS by providing its message id.

## Path parameters

- `trackingId` string, required

## Headers

- `Authorization` string, required

## Response `200`

200

- object[]
  - `smsId` string
  - `messageId` string
  - `to` string
  - `groups` object[]
  - `country` string
  - `operator` string
  - `status` object
    - `status` string
    - `reason` object
      - `detailedStatus` string
      - `description` string
    - `date` string
  - `body` string
  - `applicationName` string
  - `originatingService` string
  - `latency` integer
  - `parts` integer
  - `part` integer
  - `price` number
  - `from` string
  - `direction` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/routee/apis/auth.md) · [All operations](https://skmtc.net/routee/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/routee/auth/versions/5cef04e8f7d8/schema)
