Skip to main content
GET
List comments

Query Parameters

limit
integer<int32>

The number of items to return. Defaults to 20.

offset
integer<int32>

The offset set to start returning rows from. Defaults to 0.

portalId
integer<int64>

The portal number associated with your api key/token.

state
enum<string>

Comment state. Options are: APPROVED, SPAM, REJECTED, PENDING_MODERATION.

Available options:
APPROVED,
SPAM,
REJECTED,
PENDING_MODERATION
contentId
integer<int64>

Allows you get comments for a specific blog post. Include contentId={post ID} to only get comments for that post.

reverse
boolean

If you want comments oldest to newest, supply 'reverse=true'.

query
string

Matches arbitrary text within a comment.

Response

A list of blog comments.

objects
object[]
total
integer
limit
integer
offset
integer
Last modified on March 30, 2026