List comments for a lecture

Retrieve a paginated list of comments for a specific lecture. Results can be filtered by status and creation date, and sorted by created_at or updated_at.

If the lecture does not have comments enabled, this endpoint returns 200 OK with an empty data array rather than an error.

Without a status filter, comments in all statuses are returned. Use the status parameter to narrow results to a specific moderation state.

Available Statuses

StatusDescription
awaiting_reviewThe comment is pending moderation.
approvedThe comment is visible to students.
removedThe comment has been soft-deleted but preserved as a thread placeholder.
deniedThe comment has been permanently rejected and hidden.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

Course ID

integer
required

Lecture ID

Query Params
string

Filter comments created after this ISO8601 datetime. Date range between created_after and created_before cannot exceed 90 days.

string

Filter comments created before this ISO8601 datetime. Date range between created_after and created_before cannot exceed 90 days.

string

Filter by status (awaiting_review, approved, removed, denied)

integer
≥ 1

Page number

integer
1 to 100

Items per page

string

Sort by field (created_at, updated_at)

string

Sort direction (asc, desc)

Headers
string
required

Generated Admin API key

Responses

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