GET
/data/projects/{project_id}/playlists/{playlist_id}
curl \
--request GET 'http://api.example.com/data/projects/a24a6ea4-ce75-4665-a070-57453082c25/playlists/a24a6ea4-ce75-4665-a070-57453082c25' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"id": "string",
"name": "string",
"project_id": "string",
"shots": [
{}
]
}