Skip to main content
GET
Get all comments for tenant (moderation)

Authorizations

x-api-key
string
header
required

Query Parameters

page
integer
Required range: x >= 1
Example:

1

limit
integer

Defaults to 20, capped at 100

Required range: 1 <= x <= 100
Example:

20

status
enum<string>

Filter by moderation status. Values outside the enum are ignored.

Available options:
pending,
approved,
rejected
Example:

"pending"

from
string<date>

Only comments created on or after this date

Example:

"2025-05-01"

to
string<date>

Only comments created on or before this date (end of day)

Example:

"2025-05-31"

articleId
string
Pattern: ^[a-fA-F0-9]{24}$
Example:

"{{objectId}}"

categoryId
string
Pattern: ^[a-fA-F0-9]{24}$
Example:

"{{objectId}}"

articleName
string

Case-insensitive match against the article slug (or full-text search)

Example:

"droopy-nose"

Response

OK