---
title: "Gets all SyncPlay groups."
method: GET
path: "/SyncPlay/List"
tags: ["SyncPlay"]
---

# Gets all SyncPlay groups.

`GET /SyncPlay/List`

## Response `200`

Groups returned.

- GroupInfoDto[]
  - `GroupId` string, uuid — Gets the group identifier.
  - `GroupName` string, nullable — Gets the group name.
  - `State` 'Idle' | 'Waiting' | 'Paused' | 'Playing' — Enum GroupState.
  - `Participants` string[], nullable — Gets the participants.
  - `LastUpdatedAt` string, date-time — Gets the date when this DTO has been created.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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