## MedplumClient.getCdsServicesUrl() method

Returns the current CDS Services URL. By default, this is set to `https://api.medplum.com/cds-services`. This can be overridden by setting the `cdsServicesUrl` option when creating the client.

**Signature:**

```typescript
getCdsServicesUrl(): string;
```

**Returns:**

string

The current CDS Services URL.

- [MedplumClient.getCdsServicesUrl() method](/content/docs/sdk/core.medplumclient.getcdsservicesurl#medplumclientgetcdsservicesurl-method/index.html)
