# Get all project playlists **GET /data/projects/{project_id}/playlists/all** Retrieve all playlists related to given project. It's mainly used for synchronisation purpose. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **project_id** (string(uuid)) Project unique identifier ## Responses ### 200: All playlists related to given project #### Body Parameters: application/json (array[object]) - **id** (string(uuid)) Playlist unique identifier - **name** (string) Playlist name - **project_id** (string(uuid)) Project unique identifier [Powered by Bump.sh](https://bump.sh)