Skip to main content
GET
/
playlists
/
{id}
Get the live queue and its metadata
curl --request GET \
  --url http://localhost:6063/playlists/{id}
{
  "amount": 1,
  "index": 0,
  "first_index": 0,
  "last_insert_pos": 0,
  "max_playlist_size": 10000,
  "seed": 0,
  "last_shuffled_start": 0,
  "entries": [
    {
      "path": "/Users/tsirysandratraina/Music/Cannons - All I Need/1. Cannons - All I Need.m4a",
      "title": "All I Need",
      "artist": "Cannons",
      "album": "All I Need",
      "albumartist": "Cannons",
      "composer": "",
      "genre_string": "",
      "tracknum": 1,
      "discnum": 1,
      "year": 2025,
      "year_string": "2025-10-17",
      "length": 227073,
      "elapsed": 0,
      "filesize": 9083647,
      "bitrate": 320,
      "frequency": 44100,
      "id": "cmjhiwtrq002vslny83sh3cpc",
      "album_id": "cmjhiwtr6002fslnyzl17c1rn",
      "artist_id": "cmjhiwtqz0003slnyk5x8akqo",
      "genre_id": "",
      "album_art": "b0cf2a54ef92afc1796c506f641f8b68.jpg"
    }
  ]
}

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

200 - application/json

PlaylistInfo

amount
integer<int32>
index
integer<int32>
max_playlist_size
integer<int32>
first_index
integer<int32>
last_insert_pos
integer<int32>
seed
integer<int32>
last_shuffled_start
integer<int32>
entries
object[]