> ## Documentation Index
> Fetch the complete documentation index at: https://tools.lunchpaillabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get inbox notification

> Use this action to retrieve an inbox notification.

export const feature_0 = "action"

<Warning>
  🔐 Plus Plugin Only: This {feature_0} is only available in the Plus version of
  the plugin. Get the Plus plugin [here](mailto:help@lunchpaillabs.com).
</Warning>

### Fields

The following fields are available in this action:

| **Field**                 | **Type** | **Description**                                 |
| ------------------------- | -------- | ----------------------------------------------- |
| **User ID**               | Text     | The unique identifier of the user.              |
| **Inbox Notification ID** | Text     | The unique identifier of the inbox notification |

### Returned Values

The following values are returned by the action:

| **Key**                   | **Type**  | **Description**                                                                               |
| ------------------------- | --------- | --------------------------------------------------------------------------------------------- |
| **body.kind**             | Text      | The kind of notification, typically `"thread"`.                                               |
| **body.id**               | Text      | The unique identifier of the notification.                                                    |
| **body.threadId**         | Text      | The unique identifier of the thread related to the notification.                              |
| **body.roomId**           | Text      | The unique identifier of the room where the thread exists.                                    |
| **body.notifiedAt**       | Date/Time | The timestamp when the notification was generated.                                            |
| **body.readAt**           | Date/Time | The timestamp when the notification was read. This will be `null` if it hasn't been read yet. |
| **error.status\_code**    | Number    | The HTTP status code returned by the API (e.g., `200` for success).                           |
| **error.status\_message** | Text      | The HTTP status message returned by the API (e.g., `"OK"`).                                   |
| **error.body**            | Text      | The raw error body message as a string.                                                       |
| **returned\_an\_error**   | Boolean   | A flag indicating whether the API returned an error. `false` means no error occurred.         |

***

<CardGroup cols={2}>
  <Card title="Need Help?" icon="envelope" href="/support/plans">
    View our options for free community and priority support.
  </Card>

  <Card title="Have a feature request?" icon="lightbulb" href="https://lunchpaillabs.canny.io/feature-requests?selectedCategory=liveblocks-plugin-for-bubble">
    Post your feature request on our

    <a href="https://lunchpaillabs.canny.io/feature-requests?selectedCategory=liveblocks-plugin-for-bubble">
      idea board.
    </a>
  </Card>
</CardGroup>
