---
title: "Gets the recent entries from the notification stream"
method: GET
path: "/v2/stream-notifications/get-recent"
tags: ["Notifications"]
---

# Gets the recent entries from the notification stream

`GET /v2/stream-notifications/get-recent`

## Query parameters

- `startIndex` integer
- `maxRows` integer

## Response `200`

OK

- RobloxApiNotificationsModelsNotificationStreamEntriesModel[]
  - `id` string, uuid — Id of the notification stream entry
  - `notificationSourceType` 'Test' | 'FriendRequestReceived' | 'FriendRequestAccepted' | 'PartyInviteReceived' | 'PartyMemberJoined' | 'ChatNewMessage' | 'PrivateMessageReceived' | 'UserAddedToPrivateServerWhiteList' | 'ConversationUniverseChanged' | 'TeamCreateInvite' | 'GameUpdate' | 'DeveloperMetricsAvailable' | 'GroupJoinRequestAccepted' | 'Sendr' | 'ExperienceInvitation' — Type of the notification source ['Test' = 0, 'FriendRequestReceived' = 1, 'FriendRequestAccepted' = 2, 'PartyInviteReceived' = 3, 'PartyMemberJoined' = 4, 'ChatNewMessage' = 5, 'PrivateMessageReceived' = 6, 'UserAddedToPrivateServerWhiteList' = 7, 'ConversationUniverseChanged' = 8, 'TeamCreateInvite' = 9, 'GameUpdate' = 10, 'DeveloperMetricsAvailable' = 11, 'GroupJoinRequestAccepted' = 12, 'Sendr' = 13, 'ExperienceInvitation' = 14]
  - `eventDate` string, date-time — Datetime when the notification stream entry event had occured
  - `timestamp` string — Relative timestamp for sendr notification stream entry
  - `isInteracted` boolean — Has the user interacted with the notification stream entry
  - `metadataCollection` unknown[] — List of metadata objects showing more details related to the notification stream entry
    - unknown
  - `eventCount` integer — Count of events corresponding to the group of notification stream entry
  - `content` unknown

## Other responses

- `401` — 0: Authorization has been denied for this request.

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/versions/e15802062270/schema)
