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
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Video UUID

Query Params
string
enum
required

Action type (must be "comment" for this operation)

Allowed:
string

Page number (default 1)

string

Items per page (1-100, default 10)

string
enum

Filter by comment status

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json