# Get playlist **GET /data/projects/{project_id}/playlists/{playlist_id}** Retrieve a specific playlist by ID with preview file revisions. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **project_id** (string(uuid)) Project unique identifier - **playlist_id** (string(uuid)) Playlist unique identifier ## Responses ### 200: Playlist details with preview file revisions #### Body Parameters: application/json (object) - **id** (string(uuid)) Playlist unique identifier - **name** (string) Playlist name - **project_id** (string(uuid)) Project unique identifier - **shots** (array[object]) List of shots with preview file revisions [Powered by Bump.sh](https://bump.sh)