Skip to main content
GET
/
saved-playlists
/
folders
List playlist folders
curl --request GET \
  --url http://localhost:6063/saved-playlists/folders
[
  {
    "id": "<string>",
    "name": "<string>",
    "created_at": "2023-11-07T05:31:56Z"
  }
]

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.

Response

200 - application/json

Folders

id
string
name
string
created_at
string<date-time>