---
title: "Get SIM card action details"
method: GET
path: "/sim_card_actions/{id}"
tags: ["SIM Card Actions"]
---

# Get SIM card action details

`GET /sim_card_actions/{id}`

This API fetches detailed information about a SIM card action to follow-up on an existing asynchronous operation.

## Path parameters

- `id` string, uuid, required

## Response `200`

Successful Response

- object
  - `data` WirelessSIMCardAction — This object represents a SIM card action. It allows tracking the current status of an operation that impacts the SIM card.
    - `id` string, uuid — Identifies the resource.
    - `record_type` string
    - `sim_card_id` string, uuid — The related SIM card identifier.
    - `action_type` 'enable' | 'enable_standby_sim_card' | 'disable' | 'set_standby' — The operation type. It can be one of the following: <br/> <ul> <li><code>enable</code> - move the SIM card to the <code>enabled</code> status</li> <li><code>enable_standby_sim_card</code> - move a SIM card previously on the <code>standby</code> status to the <code>enabled</code> status after it consumes data.</li> <li><code>disable</code> - move the SIM card to the <code>disabled</code> status</li> <li><code>set_standby</code> - move the SIM card to the <code>standby</code> status</li> </ul>
    - `status` object
      - `value` 'in-progress' | 'completed' | 'failed' | 'interrupted' — The current status of the SIM card action.
      - `reason` string — It describes why the SIM card action is in the current status. This will be <code>null</code> for self-explanatory statuses, such as <code>in-progress</code> and <code>completed</code> but will include further information on statuses like <code>interrupted</code> and <code>failed</code>.
    - `settings` object, nullable — A JSON object representation of the action params.
    - `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)
