Export the fund-wide comment feed

Export the fund-wide comment feed — every comment (thread root or reply) across all of the fund's threads, keyset-paginated.

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

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). A comment's creation time never changes, so its position in the feed is stable and later edits or deletes do not resurface it — but delivery is at-least-once: under retries or backstop reconciliation a comment can surface more than once. Treat commentId as the idempotency key and de-duplicate on it as you drain. Follow the nextCursor from each response to page through the feed; 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

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