---
title: "Search failover trackings"
method: POST
path: "/failover/tracking"
---

# Search failover trackings

`POST /failover/tracking`

Track multiple failover messages with filters for a specific time range.

## Query parameters

- `dateStart` string
- `dateEnd` string
- `size` integer
- `page` integer

## Headers

- `Authorization` string
- `Content-Type` string

## Request body

- object
  - `fieldName` string, required — Field to filter on. Values: type, to, status, terminationChannel
  - `searchOperator` string — Operator. Default: **is**. Values: **is**, **is_not**; for **to** also **contains**, **starts_with**, **ends_with**. Case-insensitive.
  - `searchTerm` string, required — Value to compare. For **type** / **terminationChannel**: **Sms**, **Viber**, **Voice**. For **status**: **Queued**, **Succeeded**, **Failed**, **InProgress**. For **to**: any string.

## Response `200`

200

## 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)
