Skip to main content

List wireless connectivity logs

GET 
/sim_cards/:sim_card_id/wireless_connectivity_logs

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

Request

Path Parameters

    sim_card_id uuidrequired

    Identifies a SIM card.

Query Parameters

    page[number] integer

    Possible values: >= 1

    Default value: 1

    The page number to load.

    page[size] integer

    Possible values: >= 1 and <= 250

    Default value: 20

    The size of the page.

Responses

200: Successful response

default: Unexpected error

Loading...