---
title: "Retrieve Failover trackings"
method: GET
path: "/failover/tracking/{trackingId}"
---

# Retrieve Failover trackings

`GET /failover/tracking/{trackingId}`

## Path parameters

- `trackingId` string, required

## Headers

- `Authorization` string, required
- `Content-Type` string, required

## Response `200`

200

- object
  - `trackingId` string
  - `messages` object[]
    - `type` string
    - `trackingId` string
    - `from` string
    - `to` string
    - `body` object
      - `text` string
      - `action` object
        - `caption` string
        - `targetUrl` string
    - `status` object
      - `name` string
      - `reason` object
        - `detailedStatus` string
        - `description` string
      - `updatedDate` string
    - `country` string
    - `price` integer
    - `inboundUrl` string
    - `order` integer
    - `ttl` integer
    - `failoverOnStatuses` string[]
    - `createdAt` string
    - `expireOnDelivery` boolean
    - `expiredOnDeliveryAt` string
  - `terminationChannel` string
  - `status` string
  - `totalPrice` number
  - `originatingService` string
  - `applicationId` string
  - `createdAt` string
  - `updatedAt` 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)
