v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
SIM Cards

List wireless connectivity logs

This API allows listing a paginated collection of Wireless Connectivity Logs associated with a SIM Card, for troubleshooting purposes.

get/sim_cards/{id}/wireless_connectivity_logs

Path parameters

idstring uuid required
Example:6a09cdc3-8948-47f0-aa62-74ac943d6c58

Identifies the SIM.

Query parameters

page[number]integer

The page number to load.

page[size]integer

The size of the page.

Response

Successful Response

Example response

{
  "data": [
    {
      "apn": "data00.telnyx",
      "cell_id": "311210-6813",
      "created_at": "2018-02-02T22:25:27.521Z",
      "id": 137509451,
      "imei": "490154203237518",
      "imsi": "081932214823362973",
      "ipv4": "192.168.0.0",
      "ipv6": "2001:cdba:0000:0000:0000:0000:3257:9652",
      "last_seen": "2018-02-02T22:25:27.521Z",
      "log_type": "registration",
      "mobile_country_code": "310",
      "mobile_network_code": "410",
      "radio_access_technology": "LTE",
      "record_type": "wireless_connectivity_log",
      "sim_card_id": "6a09cdc3-8948-47f0-aa62-74ac943d6c58",
      "start_time": "2018-02-02T22:25:27.521Z",
      "state": "provisioned",
      "stop_time": "2018-02-02T22:25:27.521Z"
    }
  ],
  "meta": {
    "page_number": 2,
    "page_size": 25,
    "total_pages": 3,
    "total_results": 55
  }
}