Get Xiaohongshu note sub-comments
Use this operation to get the replies to a Xiaohongshu note comment (requires comment_id). Pagination: omit cursor on the first request. When has_more is true, pass next_cursor unchanged as cursor. Cursors are opaque; do not construct, modify, or reuse them outside this pagination flow.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Xiaohongshu note identifier extracted from a public note URL, or returned by an earlier redbook result. Alternative to the note share link (url).
1A publicly reachable HTTPS URL. Do not submit private, authenticated, redirect-only, or user-specific URLs.
Parent comment identifier returned by a redbook post comments result.
1Opaque cursor returned by the preceding response. Omit it on the first request. Do not construct, modify, or reuse it outside this pagination flow.
1000