Articles
Get all comments for tenant (moderation)
Paginated moderation feed of every non-deleted comment in the tenant, newest first, including pending and rejected ones. Each row is joined with its article, the article’s categories, and the comment author. All filters are optional and combine together.
GET
Get all comments for tenant (moderation)
Authorizations
Query Parameters
Required range:
x >= 1Example:
1
Defaults to 20, capped at 100
Required range:
1 <= x <= 100Example:
20
Filter by moderation status. Values outside the enum are ignored.
Available options:
pending, approved, rejected Example:
"pending"
Only comments created on or after this date
Example:
"2025-05-01"
Only comments created on or before this date (end of day)
Example:
"2025-05-31"
Pattern:
^[a-fA-F0-9]{24}$Example:
"{{objectId}}"
Pattern:
^[a-fA-F0-9]{24}$Example:
"{{objectId}}"
Case-insensitive match against the article slug (or full-text search)
Example:
"droopy-nose"
Response
OK

