This tool retrieves a list of all push notification channel subscriptions. It allows you to view all active push notification subscriptions for channels in your Ably application. Allows filtering by channel, deviceId, and clientId, supports pagination with limit parameter, and r…
limitintegerThe maximum number of records to return. Maximum value is 1000.
channelstringFilter to restrict to subscriptions associated with that channel. At least one of channel, client_id, or device_id must be specified.
client_idstringFilter to restrict to subscriptions associated with that clientId. Cannot be used with device_id unless concat_filters is True. At least one of channel, client_id, or device_id must be specified.
device_idstringFilter to restrict to subscriptions for that deviceId. Cannot be used with client_id unless concat_filters is True. At least one of channel, client_id, or device_id must be specified.
concat_filtersbooleanWhen set to true, allows combining client_id and device_id filters to find all subscriptions matching either filter
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.