v1
latestOpenAPI 3.1.02026-07-24172151607.6 KBChat
Retrieve message replies
This endpoint retrieves the replies to a message.
get/api/v3/workspaces/{workspace_id}/chat/messages/{message_id}/replies
Path parameters
workspace_idinteger required
The ID of the Workspace.
message_idstring required
The ID of the specified message.
Query parameters
cursorstring
The cursor to use to fetch the next page of results.
limitinteger
The maximum number of results to fetch for this page.
content_format'text/md' | 'text/plain'
Format of the message content (Default: text/md).