---
title: "Get the latest non aggregated Game Updates sent to the logged in user"
method: GET
path: "/v2/stream-notifications/get-latest-game-updates"
tags: ["Notifications", "Universes"]
---

# Get the latest non aggregated Game Updates sent to the logged in user

`GET /v2/stream-notifications/get-latest-game-updates`

## Query parameters

- `universeIds` integer[], required
- `sinceDateTime` string, date-time

## Response `200`

OK

- RobloxApiNotificationsModelsGameUpdateNotificationModel[]
  - `universeId` integer — ID of the game.
  - `rootPlaceId` integer — ID of the game.
  - `createdOn` string, date-time — Creation date of the update message.
  - `createdOnKey` string — Key of Creation date ticks (dynamo table sort key).
  - `content` string — Content of the update message.
  - `universeName` string — Name of the game.

## 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/revisions/ece7c5a315e7/schema)
