v4

OpenAPI 3.1.0MIT2026-08-02128224900.7 KB
Comments

List Comments

List all comments

get/comments

Query parameters

email_idstring

If provided, only return comments for the given email.

If provided, only return comments for the given email.

subscriber_idstring

If provided, only return comments for the given subscriber.

If provided, only return comments for the given subscriber.

parent_idstring

If provided, only return comments that are replies to the given parent comment.

If provided, only return comments that are replies to the given parent comment.

expandstring[]

If provided, expand the given field. (Only supported fields: 'subscriber', 'email').

If provided, expand the given field. (Only supported fields: 'subscriber', 'email').

ordering'creation_date' | '-creation_date' | 'email' | '-email' | 'subscriber' | '-subscriber'

The ordering to apply to the results.

Example:-creation_date

The ordering to apply to the results.

status'pending' | 'active' | 'spammy'

An enumeration.

If provided, only return comments with the given status. Only the newsletter owner can filter by status; subscribers always see active comments.

pageinteger

The page number of the paginated response.

Example:1

The page number of the paginated response.

Response

OK

nextstring nullable

The URL to the next page of results, if any.

previousstring nullable

The URL to the previous page of results, if any.

countinteger required

The total number of results across all pages.