List wireless connectivity logs
This API allows listing a paginated collection of Wireless Connectivity Logs associated with a SIM Card, for troubleshooting purposes.
Path parameters
Identifies the SIM.
Query parameters
The page number to load.
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
}
}Changes
Changed in 2 of the 61 revisions of this API.2
- ▲
the
errors/items/coderesponse's property type/format changed frominteger/int32tostring/for statusdefaultresponse-property-type-changed
This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
errors/items/coderesponse's property type/format changed fromstring/tointeger/int32for statusdefaultresponse-property-type-changed
This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲