GET /shared/playlists/{token}/comments

List comments for tasks that appear in the shared playlist (aggregated from each shot's preview task). Same optional password query param as the main shared playlist when the link is protected.

Path parameters

  • token string Required

    Share link token

Query parameters

  • password string

    Password when the link is protected

Responses

  • 200 application/json

    Comment entries for the playlist

GET /shared/playlists/{token}/comments
curl \
 --request GET 'http://api.example.com/shared/playlists/{token}/comments' \
 --header "Authorization: $API_KEY"
Response examples (200)
[
  {}
]