List SIM card group actions
This API allows listing a paginated collection a SIM card group actions. It allows to explore a collection of existing asynchronous operation using specific filters.
GET
JavaScript
Documentation Index
Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The page number to load.
Required range:
x >= 1The size of the page.
Required range:
1 <= x <= 250A valid SIM card group ID.
Example:
"47a1c2b0-cc7b-4ab1-bb98-b33fb0fc61b9"
Filter by a specific status of the resource's lifecycle.
Available options:
in-progress, completed, failed Example:
"in-progress"
Filter by action type.
Available options:
set_private_wireless_gateway, remove_private_wireless_gateway, set_wireless_blocklist, remove_wireless_blocklist Example:
"set_private_wireless_gateway"
Request Wireless Blocklist assignment for SIM card group
Previous
Get SIM card group action details
Next
JavaScript