Skip to main content

chat.bsky.convo.getMessages

#main

Returns a page of messages from a conversation.

Parameters

PropertyTypeKnown ValuesRequiredDescription
convoIdstring--
limitinteger--
cursorstring--

Output

  • Encoding: application/json
PropertyTypeKnown ValuesRequiredDescription
cursorstring--
messagesarray of union
chat.bsky.convo.defs#messageView
chat.bsky.convo.defs#deletedMessageView
chat.bsky.convo.defs#systemMessageView
--
relatedProfilesarray of chat.bsky.actor.defs#profileViewBasic-Set of all members who authored or reacted to the returned messages. Members referred to by system messages are also included.