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). 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. 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.

To export a single resource's comments, pass the optional anchorResourceId query parameter. Every comment is anchored to an order today, so this value is an order id — either the Anduin order id (the anchorResourceId value carried on each thread) or your own custom id; more anchor resource types may be supported in future. Omit it for the whole-fund feed. A nextCursor is bound to the anchorResourceId it was issued under, so continue paging with the same value.

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
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.

string

Optional filter — return only the threads/comments anchored to this resource. Every comment is anchored to an order today, so pass an order id (the anchorResourceId value carried on each thread, or your custom id); more anchor resource types may be supported in future. Omit for the whole fund.

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