---
title: "Get the rollout status of an update"
method: GET
path: "/matchmaking-api/v1/game-instances/get-update-status"
tags: ["Matchmaking"]
---

# Get the rollout status of an update

`GET /matchmaking-api/v1/game-instances/get-update-status`

## Query parameters

- `universeId` integer

## Response `200`

Success

- GetUpdateStatusResponse — Get Update Status response.
  - `updateStatusList` GameUpdateStatus[], nullable — The status of the game update.
    - `id` string, uuid
    - `universeId` integer
    - `startTime` string, date-time
    - `closeOldVersionsOnly` boolean
    - `bleedOffEndTime` string, date-time
    - `placeUpdateStatuses` object, nullable
    - `bleedOffServers` boolean

---

[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/e15802062270/schema)
