List comment threads in a fund

List the comment threads in a fund, keyset-paginated.

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

Each thread carries its threadId, the resource it is anchored to (anchorResourceId + anchorResourceType, always Order for now), its anchor (which area of the order the thread is attached to — a general conversation, a form question, or an AML/KYC document), visibility (shared / internal), status (open / resolved), optional assignee, and timestamps. Absent optional fields are omitted from the response rather than returned as null.

Only threads that have at least one comment are listed. An empty thread created by CreateOrGetCommentThread stays absent from this listing until its first comment is imported — a freshly created general thread will not appear here until you post to it.

Threads 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 fund; hasMore is false and nextCursor is absent on the final page.

To list the threads of a single resource, pass the optional anchorResourceId query parameter. Every comment thread 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 to list the whole fund. 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 thread list. 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