Skip to main content

List comments for a discussion (paginated)

GET 

/api/v1/admin/discussions/:discussionId/comments

Returns comments in cursor-paginated order. Supports filtering by parent_id (pass null for top-level only), sort, and a viewer_id that enriches each row with the viewer's own reactions. Dual-auth: available under /api/v1/discussions/... (API-key) and /api/v1/admin/discussions/... (admin JWT).

Request

Responses

Default Response