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.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||