list_playlists
Return every playlist, folder, and smartlist in a flat list or nested tree, with id, name, path, kind, and parent_id. Pass tree=true for the raw hierarchy.
Instructions
Return every playlist, folder and smartlist as a flat list of {id, name, path, kind, parent_id} rows in Lexicon's order, where path joins folder names with " / ". Pass tree=True for the raw nested tree. No track counts either way; use get_playlist_tracks for contents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tree | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |