List comments

Returns all comments for a video with pagination and filter support.

Authentication

This endpoint requires authentication via API Key in the Authorization header.

Authorization: <your-api-key>

Action Parameter

This endpoint uses the query parameter action=comment to identify the operation.

GET /video-review/{video_id}?action=comment

Behavior

  • Returns main comments with their nested replies in the replies field
  • Supports pagination via page and limit
  • Allows filtering by status (open/resolved)
  • Includes user information (avatar, user_id) when available
Language
Credentials
Header
Click Try It! to start a request and see the response here!