Skip to main content

chat.bsky.convo.listConvos

#main

Returns a page of conversations (direct or group) for the user.

Parameters

PropertyTypeKnown ValuesRequiredDescription
limitinteger--
cursorstring--
readStatestringunread-
statusstringrequest
accepted
Filter convos by their status. It is discouraged to call with "request" and preferred to call chat.bsky.convo.listConvoRequests, which also includes group join requests made by the user.
kindstringdirect
group
Filter by conversation kind.
lockStatusstringunlocked
locked
locked-permanently
Filter by conversation lock status. Values follow chat.bsky.convo.defs#convoLockStatus.

Output

  • Encoding: application/json
PropertyTypeKnown ValuesRequiredDescription
cursorstring--
convosarray of chat.bsky.convo.defs#convoView--