List comments

Returns a paginated, filtered slice of the corpus sorted by like count descending. Combine filters freely — all active filters are ANDed together.

Query parameters

emotional_registerenumOptional
Filter to a single emotional tone.
life_stageenumOptional
Filter to a single life stage.
productstringOptional

Filter to comments mentioning this product (e.g. mortgage, pension_sipp, life_insurance).

signalstringOptional

Filter to comments containing this behavioural signal (e.g. protection_gap_described, implicit_deliberator).

min_likesintegerOptional>=0Defaults to 0
Only return comments with at least this many likes.
limitintegerOptional1-100Defaults to 20

Maximum number of comments to return (1–100).

offsetintegerOptional>=0Defaults to 0
Pagination offset.

Response

Paginated list of comments
commentslist of objects
limitinteger
offsetinteger

Errors

500
Internal Server Error