For the complete documentation index, see llms.txt. This page is also available as Markdown.

Reviews

Collected reviews and owner replies.

List reviews for the key's node subtree (newest first)

get

Requires reviews:read. Hidden reviews are included and marked is_hidden=true — filter on that flag to exclude them (unlike the public widget/certificate surfaces, which omit hidden reviews entirely).

Authorizations
AuthorizationstringRequired

An API key created in Settings → API (ca_live_…).

Query parameters
cursorstringOptional

Opaque pagination cursor from a prior response's next_cursor.

limitinteger · min: 1 · max: 100OptionalDefault: 25
Responses
200

A page of reviews.

application/json
next_cursorstring · nullableRequired

Pass as ?cursor= to fetch the next page; null on the last page.

has_morebooleanRequired
get/reviews

Get a single review by id

get

Requires reviews:read. Returns hidden reviews too (marked is_hidden=true).

Authorizations
AuthorizationstringRequired

An API key created in Settings → API (ca_live_…).

Path parameters
idstring · uuidRequired
Responses
200

OK

application/json

A collected review. Hidden reviews are included and flagged is_hidden; the owner's own reply text is owner_reply.

idstring · uuidOptional
platformstringOptionalExample: google
external_idstringOptional

The review's id on the source platform.

authorstring · nullableOptional

Null when the review is anonymised.

ratingnumber · nullableOptional

Rating on a 0–5 scale.

rating_normalizednumber · nullableOptional

Rating normalised to 0–100.

titlestring · nullableOptional
textstring · nullableOptional
urlstring · nullableOptional
languagestring · nullableOptional
sentimentstring · nullableOptional

positive | neutral | negative | null.

owner_replystring · nullableOptional
replied_atstring · nullableOptional
reviewed_atstring · date-timeOptional
node_idstring · uuidOptional
is_hiddenbooleanOptional
get/reviews/{id}

Last updated

Was this helpful?