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). limit must be between 1 and 200: a value outside that range is rejected with 400 rather than silently adjusted, so the page size you ask for is always the page size you get. Omit limit to take the default. 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
1 to 200

Page size for the comment feed. Must be between 1 and 200; defaults to 50 when omitted. A value outside that range is rejected with 400.

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