---
title: "Get OTA update"
method: GET
path: "/ota_updates/{id}"
tags: ["OTA updates"]
---

# Get OTA update

`GET /ota_updates/{id}`

This API returns the details of an Over the Air (OTA) update.

## Path parameters

- `id` string, uuid, required

## Response `200`

Successful response

- object
  - `data` CompleteOTAUpdate — This object represents an Over the Air (OTA) update request. It allows tracking the current status of a operation that apply settings in a particular SIM card. <br/><br/>
    - `id` string, uuid — Identifies the resource.
    - `record_type` string
    - `sim_card_id` string, uuid — The identification UUID of the related SIM card resource.
    - `type` 'sim_card_network_preferences' — Represents the type of the operation requested. This will relate directly to the source of the request.
    - `status` 'in-progress' | 'completed' | 'failed'
    - `settings` object — A JSON object representation of the operation. The information present here will relate directly to the source of the OTA request.
      - `mobile_network_operators_preferences` MobileNetworkOperatorPreferencesResponse[] — A list of mobile network operators and the priority that should be applied when the SIM is connecting to the network.
        - `mobile_network_operator_id` string, uuid — The mobile network operator resource identification UUID.
        - `mobile_network_operator_name` string — The mobile network operator resource name.
        - `priority` integer — It determines what is the priority of a specific network operator that should be assumed by a SIM card when connecting to a network. The highest priority is 0, the second highest is 1 and so on.
    - `created_at` string — ISO 8601 formatted date-time indicating when the resource was created.
    - `updated_at` string — ISO 8601 formatted date-time indicating when the resource was updated.

## Other responses

- `401` — Unauthorized
- `default` — Unexpected error

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/versions/8f5f4e537994/schema)
