---
title: "List Failover OTP deliveries"
method: GET
path: "/otp/failover"
tags: ["Failover OTP"]
---

# List Failover OTP deliveries

`GET /otp/failover`

## Query parameters

- `status` string
- `tag` string
- `phone_number` string
- `flow_id` string
- `limit` integer
- `offset` integer

## Response `200`

Paginated list

- FailoverListResponse
  - `total` integer, required
  - `limit` integer, required
  - `offset` integer, required
  - `results` FailoverResult[], required
    - `trackingId` string
    - `role` 'primary' | 'failover'
    - `flowId` string
    - `status` string
    - `channel` string
    - `phone_number` string
    - `label` string
    - `created_at` string
    - `sent_at` string
    - `delivered_at` string
    - `detailed_status` string
    - `error_message` string
    - `price` number

## Other responses

- `401` — Invalid or expired Bearer token
- `403` — Missing Bearer credentials

---

[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/revisions/5cef04e8f7d8/schema)
