Skip to main content
GET
/
saved-playlists
List saved playlists, optionally filtered by folder
curl --request GET \
  --url http://localhost:6063/saved-playlists
[
  {
    "id": "68920507-2d77-4a89-afae-79626f570ad0",
    "name": "rap",
    "description": null,
    "image": null,
    "folder_id": null,
    "track_count": 1,
    "created_at": 1777133688,
    "updated_at": 1777135103
  }
]

Documentation Index

Fetch the complete documentation index at: https://rockboxzig.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

folder_id
string

Response

200 - application/json

Saved playlists

id
string
name
string
description
string | null
image
string | null
folder_id
string | null
track_count
integer<int32>
created_at
string<date-time>
updated_at
string<date-time>