List the comments of a thread

List the comments of a single thread (its root and replies), keyset-paginated.

Note: This API requires additional fund configuration to be enabled. Please contact us if you would like to try it out.

Get the threadId from a ListCommentThreads response. A threadId that does not belong to {fundId} (or is unknown) is a 404 — the thread must be anchored in this fund. A thread that does belong to the fund but that the service account cannot see returns an empty page.

Each comment carries its commentId, threadId, author, body, mentions, timestamps, and — for comments that were imported through this API — importedMetadata.

Comments are ordered by creation time, oldest first, and returned in pages of up to 200 (default 50). Follow the nextCursor from each response to page through the thread; hasMore is false and nextCursor is absent on the final page.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The Anduin ID of the Fund object, or your custom ID

string
required

The threadId (opaque thread key) from a ListCommentThreads response.

Query Params
int32

Page size for the comment feed. Max 200; defaults to 50 when omitted.

string

Opaque pagination cursor from a previous response's nextCursor. Omit for the first page.

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json