## MedplumClient.getSubscriptionManager() method [​](/content/docs/sdk/core.medplumclient.getsubscriptionmanager#medplumclientgetsubscriptionmanager-method "Direct link to MedplumClient.getSubscriptionManager(/index.html) method")

Gets the `SubscriptionManager` for WebSocket subscriptions.

**Signature:**

```typescript
getSubscriptionManager(): SubscriptionManager;
```

**Returns:**

[SubscriptionManager](/content/docs/sdk/core.subscriptionmanager)
the `SubscriptionManager` for this client.
