Skip to main content
GET
List comment threads on an embeddable dashboard
Returns one page of comment threads — each a root comment plus its replies, oldest first — for the dashboard identified by its publicId, scoped to the caller’s embed tenant. Threads are ordered newest-first by when they started, so a thread holds its place while it is being replied to. Open threads are returned by default; pass includeResolved to widen the page to resolved ones too, or resolvedOnly to replace the set with just those. A comment whose author deleted it is returned with an empty body and removedAt set, so a thread keeps its shape and the surviving replies stay readable. Requires a signed embed session scoped to an embed tenant. Every comment endpoint does: a conversation lives inside one embed tenant’s partition, so a credential that names no tenant — an API key, a console session — has no conversation to be served and receives 403.

Authorizations

Authorization
string
header
required

Token authentication. Send Authorization: Bearer <YOUR_TOKEN>.

Path Parameters

publicId
string
required

Query Parameters

includeResolved
boolean | null
resolvedOnly
boolean | null
after
string
first
integer
Required range: x >= 1

Response

200 - application/json
items
object[]
required
pageInfo
object
required