Back to WordPress

Connect Knoon AI with WordPress to automate AI workflows.

List comments with optional filters.
wordpressXmlRpcDefaultDefaultGetComments
BETA
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
NameTypeDescriptionRequired
postIdmustache Optional post ID filter.No
searchmustache Optional search query.No
statusstring Optional comment status filter.No
orderstring Sort order. Defaults to DESC.No
orderBystring Order by field. Defaults to DATE.No
limitmustache Rows per page (1-100). Defaults to 20.No
pagemustache Page number. Defaults to 1.No
Returns
NameTypeDescription
commentIdstring WordPress comment ID.
postIdstring Related post ID.
parentIdstring Parent comment ID.
statusstring Comment status.
typestring Comment type.
urlstring Comment URL.
authorNamestring Author name.
authorEmailstring Author email.
authorUrlstring Author URL.
contentstring Rendered comment HTML.
createdAtstring Comment datetime.