Skip to main content
GET
/
saved-playlists
/
{id}
Get a saved playlist
curl --request GET \
  --url http://localhost:6063/saved-playlists/{id}
{
  "id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "image": "<string>",
  "folder_id": "<string>",
  "track_count": 123,
  "created_at": "2023-11-07T05:31:56Z",
  "updated_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.

Path Parameters

id
string
required

Response

Saved playlist

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>