---
title: "Gets a list of universes for the given group."
method: GET
path: "/v1/groups/{groupId}/universes"
tags: ["Groups", "Universes"]
---

# Gets a list of universes for the given group.

`GET /v1/groups/{groupId}/universes`

## Path parameters

- `groupId` integer, required

## Query parameters

- `isArchived` boolean
- `limit` 10 | 25 | 50 | 100
- `cursor` string
- `sortOrder` 'Asc' | 'Desc'

## Response `200`

OK

- RobloxWebWebAPIModelsApiPageResponseRobloxApiDevelopModelsUniverseModel
  - `previousPageCursor` string
  - `nextPageCursor` string
  - `data` RobloxApiDevelopModelsUniverseModel[]
    - `id` integer — The universe Id.
    - `name` string — The name of the universe
    - `description` string — The description of the universe
    - `isArchived` boolean — Is this universe archived
    - `rootPlaceId` integer — The universe's root place id
    - `isActive` boolean — Is this universe active
    - `privacyType` string — The universe's privacy type.
    - `creatorType` string — The creator type, either "User" or "Group"
    - `creatorTargetId` integer — The id of the user or group that created this universe.
    - `creatorName` string — The name of the creator of the universe.
    - `created` string, date-time — The created System.DateTime
    - `updated` string, date-time — The updated System.DateTime
    - `audiences` integer[] — The audiences this universe is visible to (e.g. Editors, PlayTesters, Friends, Public). Always non-null; may be empty when audience visibility has not been configured.

## Other responses

- `400` — Invalid groupId.

---

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