---
title: "List playlist groups"
method: GET
path: "/v1/playlist-groups"
tags: ["Playlist Groups"]
---

# List playlist groups

`GET /v1/playlist-groups`

Returns the sidebar playlist groups for the authenticated user, in sidebar order. Personal groups are only visible to you; org groups are shared with the whole workspace.

## Query parameters

- `visibility` 'org' | 'personal' — Visibility: org (shared sidebar group for the entire organization) or personal (only visible to you)

## Response `200`

OK

- ListPlaylistGroupsResponse — List of playlist groups
  - `groups` PlaylistGroup[], required — Playlist groups in sidebar order
    - `emoji` string, required — Unicode emoji character for the group, empty if unset
    - `id` string, required — Unique playlist group identifier
    - `name` string, required — Playlist group name
    - `visibility` 'org' | 'personal', required — Visibility: org (shared sidebar group for the entire organization) or personal (only visible to you)

## Other responses

- `400` — The request was malformed or contained invalid parameters.
- `401` — Authentication is required. Provide a valid API key.
- `403` — You don't have permission to access this resource.
- `404` — The requested resource was not found.
- `429` — You have exceeded the rate limit. Please slow down.
- `500` — An unexpected error occurred
- `501` — The requested operation is not implemented.

---

[API](https://skmtc.dev/withchima/apis/tella-public-api.md) · [All operations](https://skmtc.dev/withchima/apis/tella-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/withchima/tella-public-api/revisions/ba2bb13928a5/schema)
