action ably_get_registered_push_devices { label: "List devices registered for receiving push notifications" description: "List of device details of devices registed for push notifications." provider: ably method: GET path: "/push/deviceRegistrations" encoding: json input: { type: "object" properties: { clientId: { type: "string" } deviceId: { type: "string" } limit: { type: "integer" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }