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

# Get bulk SIM card action details

`GET /bulk_sim_card_actions/{id}`

This API fetches information about a bulk SIM card action. A bulk SIM card action contains details about a collection of individual SIM card actions.

## Path parameters

- `id` string, uuid, required

## Response `200`

Successful Response

- object
  - `data` BulkSIMCardActionDetailed
    - `id` string, uuid — Identifies the resource.
    - `record_type` string
    - `action_type` 'bulk_disable_voice' | 'bulk_enable_voice' | 'bulk_set_public_ips' — The action type. It can be one of the following: <br/> <ul> <li><code>bulk_disable_voice</code> - disable voice for every SIM Card in a SIM Card Group.</li> <li><code>bulk_enable_voice</code> - enable voice for every SIM Card in a SIM Card Group.</li> <li><code>bulk_set_public_ips</code> - set a public IP for each specified SIM Card.</li> </ul>
    - `settings` object — A JSON object representation of the bulk action payload.
    - `sim_card_actions_summary` SIMCardActionsSummary[]
      - `status` 'in-progress' | 'completed' | 'failed' | 'interrupted'
      - `count` integer
    - `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)
