---
editLink: false
lastUpdated: false
---

[@salesforce/b2c-tooling-sdk](../../../modules.md) / [operations/mrt](../index.md) / getNotification

# Function: getNotification()

> **getNotification**(`options`, `auth`): `Promise`\<`object` & `object` & `object`\>

Defined in: [packages/b2c-tooling-sdk/src/operations/mrt/notification.ts:287](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/mrt/notification.ts#L287)

Gets a notification from an MRT project.

## Parameters

### options

[`GetNotificationOptions`](../interfaces/GetNotificationOptions.md)

Get notification options

### auth

[`AuthStrategy`](../../../auth/interfaces/AuthStrategy.md)

Authentication strategy (ApiKeyStrategy)

## Returns

`Promise`\<`object` & `object` & `object`\>

The notification

## Throws

Error if request fails
